diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-04-08 14:59:13 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-04-08 14:59:13 -0700 |
commit | 4d72c5d0352fb075952214a7d6350ff346dedf7d (patch) | |
tree | 8ff9e4dee0ad46b8621d1d7547c039459d63e1e0 /profiles/poi.profile | |
parent | Add more read-write paths and fix a type in bannerlord profile. (diff) | |
download | firejail-profiles-4d72c5d0352fb075952214a7d6350ff346dedf7d.tar.xz |
shell none no longer exists.
-It is now always enabled.
Diffstat (limited to 'profiles/poi.profile')
-rw-r--r-- | profiles/poi.profile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/profiles/poi.profile b/profiles/poi.profile index 84038e8..f9369dd 100644 --- a/profiles/poi.profile +++ b/profiles/poi.profile @@ -78,10 +78,6 @@ protocol unix,inet,inet6,netlink # QtWebEngine require chroot syscall on AMD CPUS and/or ATI Graphics for some bizarre reason seccomp !name_to_handle_at,!chroot -## shell - Run the program directly, without a user shell. -# breaks secondary instances when using join-or-start after shell=none -shell none - ## tracelog - Log all viloations to syslog. # tracelog segfaults QtWebEngine on AMD CPUS and/or ATI Graphics for some bizarre reason #tracelog |