mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
parent
fa28d0ec87
commit
fb713f688d
2 changed files with 5 additions and 3 deletions
|
|
@ -61,7 +61,7 @@ seccomp
|
|||
shell none
|
||||
tracelog
|
||||
|
||||
private-bin env,mpv,python*,youtube-dl
|
||||
private-bin env,mpv,python*,youtube-dl,waf
|
||||
# private-cache causes slow OSD, see #2838
|
||||
#private-cache
|
||||
private-dev
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ noblacklist ${HOME}/.config/smplayer
|
|||
noblacklist ${HOME}/.config/youtube-dl
|
||||
noblacklist ${HOME}/.mplayer
|
||||
|
||||
# Allow python (blacklisted by disable-interpreters.inc)
|
||||
include allow-lua.inc
|
||||
include allow-python2.inc
|
||||
include allow-python3.inc
|
||||
|
||||
|
|
@ -26,7 +26,9 @@ include disable-programs.inc
|
|||
include disable-shell.inc
|
||||
include disable-xdg.inc
|
||||
|
||||
whitelist /usr/share/lua*
|
||||
whitelist /usr/share/smplayer
|
||||
whitelist /usr/share/vulkan
|
||||
include whitelist-usr-share-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
||||
|
|
@ -41,7 +43,7 @@ protocol unix,inet,inet6,netlink
|
|||
seccomp
|
||||
shell none
|
||||
|
||||
private-bin env,mplayer,mpv,python*,smplayer,smtube,youtube-dl
|
||||
private-bin env,mplayer,mpv,python*,smplayer,smtube,youtube-dl,waf
|
||||
private-dev
|
||||
private-tmp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue