aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/totem.profile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-09-13 08:50:02 +0000
committerLibravatar GitHub <noreply@github.com>2024-09-13 08:50:02 +0000
commit26f3e9bf5da63ac7eab3955e8df3a8f939c56bfd (patch)
tree4016a2505f34b18e41738bffa5ac222f5b860867 /etc/profile-m-z/totem.profile
parentdocs: github: improve kernel headers item in build_issue.md (diff)
downloadfirejail-26f3e9bf5da63ac7eab3955e8df3a8f939c56bfd.tar.gz
firejail-26f3e9bf5da63ac7eab3955e8df3a8f939c56bfd.tar.zst
firejail-26f3e9bf5da63ac7eab3955e8df3a8f939c56bfd.zip
profiles: video: add ~/.dvdcss (#6468)
It's used by libdvdcss (which is used to play copy-restricted dvds). It seems to be just a cache directory, so just allow without mkdir. Relates to #5391. Suggested-by: @reinerh
Diffstat (limited to 'etc/profile-m-z/totem.profile')
-rw-r--r--etc/profile-m-z/totem.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/profile-m-z/totem.profile b/etc/profile-m-z/totem.profile
index 73d3b0b6f..4d5f4a1f0 100644
--- a/etc/profile-m-z/totem.profile
+++ b/etc/profile-m-z/totem.profile
@@ -14,6 +14,7 @@ include allow-lua.inc
14include allow-python3.inc 14include allow-python3.inc
15 15
16noblacklist ${HOME}/.config/totem 16noblacklist ${HOME}/.config/totem
17noblacklist ${HOME}/.dvdcss
17noblacklist ${HOME}/.local/share/totem 18noblacklist ${HOME}/.local/share/totem
18 19
19include disable-common.inc 20include disable-common.inc
@@ -27,6 +28,7 @@ read-only ${DESKTOP}
27mkdir ${HOME}/.config/totem 28mkdir ${HOME}/.config/totem
28mkdir ${HOME}/.local/share/totem 29mkdir ${HOME}/.local/share/totem
29whitelist ${HOME}/.config/totem 30whitelist ${HOME}/.config/totem
31whitelist ${HOME}/.dvdcss
30whitelist ${HOME}/.local/share/totem 32whitelist ${HOME}/.local/share/totem
31whitelist /usr/share/totem 33whitelist /usr/share/totem
32include whitelist-common.inc 34include whitelist-common.inc