aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-23 02:02:19 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-27 08:24:24 -0300
commit13cb318d40b2758aefb9dd360924313a54d8efbd (patch)
tree4aeb22614c0ae3fb44d3feaeca5fa30669b93ac4 /etc/profile-m-z
parentwhitelist-common.inc: remove read-only entries (diff)
downloadfirejail-13cb318d40b2758aefb9dd360924313a54d8efbd.tar.gz
firejail-13cb318d40b2758aefb9dd360924313a54d8efbd.tar.zst
firejail-13cb318d40b2758aefb9dd360924313a54d8efbd.zip
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.
Diffstat (limited to 'etc/profile-m-z')
-rw-r--r--etc/profile-m-z/mov-cli.profile2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/profile-m-z/mov-cli.profile b/etc/profile-m-z/mov-cli.profile
index 8ad94b949..74d630e24 100644
--- a/etc/profile-m-z/mov-cli.profile
+++ b/etc/profile-m-z/mov-cli.profile
@@ -25,7 +25,5 @@ private-bin ffmpeg,fzf,mov-cli
25private-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 25private-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
26private-tmp 26private-tmp
27 27
28read-only ${HOME}/.config/mpv
29
30# Redirect 28# Redirect
31include mpv.profile 29include mpv.profile