aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/totem.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-m-z/totem.profile')
-rw-r--r--etc/profile-m-z/totem.profile53
1 files changed, 53 insertions, 0 deletions
diff --git a/etc/profile-m-z/totem.profile b/etc/profile-m-z/totem.profile
new file mode 100644
index 000000000..b8f4ca765
--- /dev/null
+++ b/etc/profile-m-z/totem.profile
@@ -0,0 +1,53 @@
1# Firejail profile for totem
2# Description: Simple media player for the GNOME desktop based on GStreamer
3# This file is overwritten after every install/update
4# Persistent local customizations
5include totem.local
6# Persistent global definitions
7include globals.local
8
9# Allow lua (required for youtube video)
10include allow-lua.inc
11
12# Allow python (blacklisted by disable-interpreters.inc)
13include allow-python3.inc
14
15noblacklist ${HOME}/.config/totem
16noblacklist ${HOME}/.local/share/totem
17noblacklist ${MUSIC}
18noblacklist ${PICTURES}
19noblacklist ${VIDEOS}
20
21include disable-common.inc
22include disable-devel.inc
23include disable-exec.inc
24include disable-interpreters.inc
25include disable-passwdmgr.inc
26include disable-programs.inc
27include disable-shell.inc
28include disable-xdg.inc
29
30include whitelist-var-common.inc
31
32# apparmor - makes settings immutable
33caps.drop all
34netfilter
35nogroups
36nonewprivs
37noroot
38nou2f
39protocol unix,inet,inet6
40seccomp
41shell none
42tracelog
43
44private-bin totem
45# totem needs access to ~/.cache/tracker or it exits
46#private-cache
47private-dev
48# private-etc alternatives,asound.conf,ca-certificates,crypto-policies,fonts,machine-id,pki,pulse,ssl
49private-tmp
50
51# makes settings immutable
52# dbus-user none
53# dbus-system none