mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
profiles: split commands that increase/reduce access (profiles)
Command used to search for the relevant profiles:
git grep -El 'allow-debuggers|allusers|keep-|writable-' -- etc
This commit is contained in:
parent
21bb8dbe96
commit
fe64b62f21
45 changed files with 103 additions and 59 deletions
|
|
@ -69,6 +69,8 @@ include whitelist-runuser-common.inc
|
|||
include whitelist-usr-share-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
||||
writable-run-user
|
||||
|
||||
apparmor
|
||||
caps.drop all
|
||||
ipc-namespace
|
||||
|
|
@ -93,7 +95,6 @@ private-dev
|
|||
# python-exec is required by any python executable on Gentoo Linux
|
||||
private-etc @sound,@tls-ca,mplayer,mpv,python-exec,terminfo
|
||||
private-tmp
|
||||
writable-run-user
|
||||
|
||||
dbus-user none
|
||||
dbus-system none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue