mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
mpv: move read-only entries to disable-common.inc
Note: mpv itself does not modify anything in ~/.config/mpv as far as I know, in which case it does not need a read-write entry. Relates to #5706 #5707 #5710.
This commit is contained in:
parent
c14c69a8ca
commit
13cb318d40
4 changed files with 1 additions and 6 deletions
|
|
@ -329,6 +329,7 @@ read-only ${HOME}/.ssh/config.d
|
|||
# Initialization files that allow arbitrary command execution
|
||||
read-only ${HOME}/.caffrc
|
||||
read-only ${HOME}/.cargo/env
|
||||
read-only ${HOME}/.config/mpv
|
||||
read-only ${HOME}/.config/nano
|
||||
read-only ${HOME}/.config/nvim
|
||||
read-only ${HOME}/.config/pkcs11
|
||||
|
|
|
|||
|
|
@ -35,7 +35,5 @@ private-bin ani-cli,aria2c,cat,cp,curl,cut,ffmpeg,fzf,grep,head,mkdir,mv,nl,nohu
|
|||
private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,fonts,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,localtime,machine-id,mime.types,nsswitch.conf,pango,pki,protocols,pulse,resolv.conf,rpc,services,ssl,X11,xdg
|
||||
private-tmp
|
||||
|
||||
read-only ${HOME}/.config/mpv
|
||||
|
||||
# Redirect
|
||||
include mpv.profile
|
||||
|
|
|
|||
|
|
@ -35,7 +35,5 @@ private-bin curl,cut,fzf,grep,head,lobster,mv,patch,rm,sed,sh,tail,tput,tr,uname
|
|||
private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,fonts,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,localtime,machine-id,mime.types,nsswitch.conf,pango,pki,protocols,pulse,resolv.conf,rpc,services,ssl,X11,xdg
|
||||
private-tmp
|
||||
|
||||
read-only ${HOME}/.config/mpv
|
||||
|
||||
# Redirect
|
||||
include mpv.profile
|
||||
|
|
|
|||
|
|
@ -25,7 +25,5 @@ private-bin ffmpeg,fzf,mov-cli
|
|||
private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,fonts,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,localtime,machine-id,mime.types,nsswitch.conf,pango,pki,protocols,pulse,resolv.conf,rpc,services,ssl,X11,xdg
|
||||
private-tmp
|
||||
|
||||
read-only ${HOME}/.config/mpv
|
||||
|
||||
# Redirect
|
||||
include mpv.profile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue