Bairdy
Bairdy11mo ago

Is there a way to show permissions used on start up during runtime?

For example: If I was to run an App with permissions: --allow-net=${hostname}:${port} is there a way to console log this during runtime?
3 Replies
porridgewithraisins
you can read the shell history file and parse it and print it, in the worst case
crowlKats
crowlKats11mo ago
i believe if you enable debug log-level, it will print the permissions used
Leokuma
Leokuma11mo ago