mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 22:01:33 -06:00
profile fixes: allow bwrap inside the sandbox
This commit is contained in:
parent
5e962ff78e
commit
411b97fdc9
2 changed files with 2 additions and 2 deletions
|
|
@ -674,7 +674,7 @@ read-only ${HOME}/.local/share/flatpak/exports
|
|||
blacklist ${HOME}/.local/share/flatpak/*
|
||||
blacklist ${HOME}/.var
|
||||
# most of the time bwrap is SUID binary
|
||||
blacklist ${PATH}/bwrap
|
||||
#blacklist ${PATH}/bwrap
|
||||
blacklist ${RUNUSER}/.dbus-proxy
|
||||
blacklist ${RUNUSER}/.flatpak
|
||||
blacklist ${RUNUSER}/.flatpak-cache
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ seccomp
|
|||
tracelog
|
||||
|
||||
disable-mnt
|
||||
private-bin bash,dash,sh,warzone2100,warzone2100.real,which
|
||||
private-bin bash,dash,sh,warzone2100,warzone2100.real,which,mkdir
|
||||
private-dev
|
||||
private-etc @games,@x11
|
||||
private-tmp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue