Package: firejail Version: 0.9.38-1 Hi. I'm tryingo to create a profile for Minecraft, and hoped the --tracelog feature would help me. But it seem to not log anything to syslog when access is blocked.
Here is a simpler example: % firejail --tracelog --net=none HEAD http://www.mit.edu/ Reading profile /etc/firejail/generic.profile Reading profile /etc/firejail/disable-mgmt.inc Reading profile /etc/firejail/disable-secret.inc Reading profile /etc/firejail/disable-common.inc ** Note: you can use --noprofile to disable generic.profile ** Parent pid 4795, child pid 4796 Child process initialized 500 Can't connect to www.mit.edu:80 Content-Type: text/plain Client-Date: Sat, 22 Apr 2017 09:18:46 GMT Client-Warning: Internal response parent is shutting down, bye... % I expected some message in syslog explaining that the HEAD command tried to use the network even if it is disabled, but there is nothing. Is there some way to get firejail to report all the files and network resources used by a program, to have an idea how to form the profile required by the program? -- Happy hacking Petter Reinhodtsen