aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/QMediathekView.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2023-01-11 11:07:38 +0000
committerLibravatar GitHub <noreply@github.com>2023-01-11 11:07:38 +0000
commit14d3007f975237149b81c12a1c4a4ed20afb346d (patch)
treec9cfad59fdecd62b853f18f8b99fc9d260db5986 /etc/profile-m-z/QMediathekView.profile
parentbuild(deps): bump actions/checkout from 3.2.0 to 3.3.0 (diff)
downloadfirejail-14d3007f975237149b81c12a1c4a4ed20afb346d.tar.gz
firejail-14d3007f975237149b81c12a1c4a4ed20afb346d.tar.zst
firejail-14d3007f975237149b81c12a1c4a4ed20afb346d.zip
QMediathekView: hardening
Diffstat (limited to 'etc/profile-m-z/QMediathekView.profile')
-rw-r--r--etc/profile-m-z/QMediathekView.profile23
1 files changed, 22 insertions, 1 deletions
diff --git a/etc/profile-m-z/QMediathekView.profile b/etc/profile-m-z/QMediathekView.profile
index 1e9af5769..c73124185 100644
--- a/etc/profile-m-z/QMediathekView.profile
+++ b/etc/profile-m-z/QMediathekView.profile
@@ -27,10 +27,29 @@ include disable-programs.inc
27include disable-shell.inc 27include disable-shell.inc
28include disable-xdg.inc 28include disable-xdg.inc
29 29
30whitelist ${HOME}/.config/QMediathekView
31whitelist ${HOME}/.local/share/QMediathekView
32
33whitelist ${HOME}/.config/mpv
34whitelist ${HOME}/.config/smplayer
35whitelist ${HOME}/.config/totem
36whitelist ${HOME}/.config/vlc
37whitelist ${HOME}/.config/xplayer
38whitelist ${HOME}/.local/share/totem
39whitelist ${HOME}/.local/share/xplayer
40whitelist ${HOME}/.mplayer
41
42whitelist ${DOWNLOADS}
43whitelist ${VIDEOS}
44
30whitelist /usr/share/qtchooser 45whitelist /usr/share/qtchooser
46include whitelist-common.inc
47include whitelist-run-common.inc
48include whitelist-runuser-common.inc
31include whitelist-usr-share-common.inc 49include whitelist-usr-share-common.inc
32include whitelist-var-common.inc 50include whitelist-var-common.inc
33 51
52apparmor
34caps.drop all 53caps.drop all
35netfilter 54netfilter
36# no3d 55# no3d
@@ -38,11 +57,12 @@ nodvd
38nogroups 57nogroups
39noinput 58noinput
40nonewprivs 59nonewprivs
60noprinters
41noroot 61noroot
42notv 62notv
43nou2f 63nou2f
44novideo 64novideo
45protocol unix,inet,inet6,netlink 65protocol unix,inet,inet6
46seccomp 66seccomp
47tracelog 67tracelog
48 68
@@ -50,6 +70,7 @@ disable-mnt
50private-bin mplayer,mpv,QMediathekView,smplayer,totem,vlc,xplayer 70private-bin mplayer,mpv,QMediathekView,smplayer,totem,vlc,xplayer
51private-cache 71private-cache
52private-dev 72private-dev
73private-etc alternatives,asound.conf,ca-certificates,crypto-policies,fonts,group,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,login.defs,nsswitch.conf,passwd,pki,pulse,resolv.conf,ssl
53private-tmp 74private-tmp
54 75
55dbus-user none 76dbus-user none