aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/display.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l/display.profile')
-rw-r--r--etc/profile-a-l/display.profile46
1 files changed, 46 insertions, 0 deletions
diff --git a/etc/profile-a-l/display.profile b/etc/profile-a-l/display.profile
new file mode 100644
index 000000000..2ae4edced
--- /dev/null
+++ b/etc/profile-a-l/display.profile
@@ -0,0 +1,46 @@
1# Firejail profile for display
2# This file is overwritten after every install/update
3# Persistent local customizations
4include display.local
5# Persistent global definitions
6include globals.local
7
8noblacklist ${PICTURES}
9
10# Allow python (blacklisted by disable-interpreters.inc)
11include allow-python2.inc
12include allow-python3.inc
13
14include disable-common.inc
15include disable-devel.inc
16include disable-exec.inc
17include disable-interpreters.inc
18include disable-passwdmgr.inc
19include disable-programs.inc
20include disable-xdg.inc
21
22include whitelist-usr-share-common.inc
23include whitelist-var-common.inc
24
25caps.drop all
26net none
27nodvd
28nogroups
29nonewprivs
30noroot
31nosound
32notv
33nou2f
34protocol unix
35seccomp
36shell none
37# x11 xorg - problems on kubuntu 17.04
38
39private-bin display,python*
40private-dev
41# On Debian-based systems, display is a symlink in /etc/alternatives
42private-etc alternatives
43private-tmp
44
45dbus-user none
46dbus-system none