Skip to content

Commit 13cb318

Browse files
committed
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 netblue30#5706 netblue30#5707 netblue30#5710.
1 parent c14c69a commit 13cb318

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

etc/inc/disable-common.inc

+1
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ read-only ${HOME}/.ssh/config.d
329329
# Initialization files that allow arbitrary command execution
330330
read-only ${HOME}/.caffrc
331331
read-only ${HOME}/.cargo/env
332+
read-only ${HOME}/.config/mpv
332333
read-only ${HOME}/.config/nano
333334
read-only ${HOME}/.config/nvim
334335
read-only ${HOME}/.config/pkcs11

etc/profile-a-l/ani-cli.profile

-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,5 @@ private-bin ani-cli,aria2c,cat,cp,curl,cut,ffmpeg,fzf,grep,head,mkdir,mv,nl,nohu
3535
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
3636
private-tmp
3737

38-
read-only ${HOME}/.config/mpv
39-
4038
# Redirect
4139
include mpv.profile

etc/profile-a-l/lobster.profile

-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,5 @@ private-bin curl,cut,fzf,grep,head,lobster,mv,patch,rm,sed,sh,tail,tput,tr,uname
3535
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
3636
private-tmp
3737

38-
read-only ${HOME}/.config/mpv
39-
4038
# Redirect
4139
include mpv.profile

etc/profile-m-z/mov-cli.profile

-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,5 @@ private-bin ffmpeg,fzf,mov-cli
2525
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
2626
private-tmp
2727

28-
read-only ${HOME}/.config/mpv
29-
3028
# Redirect
3129
include mpv.profile

0 commit comments

Comments
 (0)