mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 06:06:02 -06:00
profiles: patch fixes (#5970)
Commit3077b2d1fblacklists `${PATH}/patch` in disable-devel.inc[1]. We need to noblacklist it in the profiles that need it. [1]3077b2d1ff
This commit is contained in:
parent
2ad255432b
commit
dd5ae0d8f4
3 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ include ani-cli.local
|
|||
|
||||
noblacklist ${HOME}/.cache/ani-cli
|
||||
noblacklist ${HOME}/.local/state/ani-cli
|
||||
noblacklist ${PATH}/patch
|
||||
|
||||
# Allow /bin/sh (blacklisted by disable-shell.inc)
|
||||
include allow-bin-sh.inc
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ noblacklist ${HOME}/.config/ueberzugpp
|
|||
noblacklist ${HOME}/.local/share/applications/lobster
|
||||
noblacklist ${HOME}/.local/share/lobster
|
||||
noblacklist ${PATH}/openssl
|
||||
noblacklist ${PATH}/patch
|
||||
|
||||
# Allow /bin/sh (blacklisted by disable-shell.inc)
|
||||
include allow-bin-sh.inc
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ include globals.local
|
|||
blacklist ${RUNUSER}
|
||||
|
||||
noblacklist ${DOCUMENTS}
|
||||
noblacklist ${PATH}/patch
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue