mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Merge pull request #4369 from pirate486743186/rtv
rtv profile correction
This commit is contained in:
commit
e05610190d
2 changed files with 10 additions and 2 deletions
|
|
@ -21,3 +21,8 @@ whitelist ${HOME}/.config/mpv
|
|||
whitelist ${HOME}/.mailcap
|
||||
whitelist ${HOME}/.netrc
|
||||
whitelist ${HOME}/.w3m
|
||||
|
||||
#private-bin w3m,mpv,youtube-dl
|
||||
|
||||
# tells rtv, which browser to use
|
||||
#env RTV_BROWSER=w3m
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@ blacklist ${RUNUSER}/wayland-*
|
|||
noblacklist ${HOME}/.config/rtv
|
||||
noblacklist ${HOME}/.local/share/rtv
|
||||
|
||||
# Allow /bin/sh (blacklisted by disable-shell.inc)
|
||||
include allow-bin-sh.inc
|
||||
|
||||
# Allow python (blacklisted by disable-interpreters.inc)
|
||||
include allow-python2.inc
|
||||
include allow-python3.inc
|
||||
|
|
@ -54,10 +57,10 @@ shell none
|
|||
tracelog
|
||||
|
||||
disable-mnt
|
||||
private-bin python*,rtv,sh,xdg-settings
|
||||
private-bin less,python*,rtv,sh,xdg-settings
|
||||
private-cache
|
||||
private-dev
|
||||
private-etc alternatives,ca-certificates,crypto-policies,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,localtime,mime.types,nsswitch.conf,pki,protocols,resolv.conf,rpc,services,ssl,terminfo,xdg
|
||||
private-etc alternatives,ca-certificates,crypto-policies,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,localtime,mailcap,mime.types,nsswitch.conf,pki,protocols,resolv.conf,rpc,services,ssl,terminfo,xdg
|
||||
|
||||
dbus-user none
|
||||
dbus-system none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue