summaryrefslogtreecommitdiffstats
path: root/etc/zart.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/zart.profile')
-rw-r--r--etc/zart.profile27
1 files changed, 27 insertions, 0 deletions
diff --git a/etc/zart.profile b/etc/zart.profile
new file mode 100644
index 000000000..654679174
--- /dev/null
+++ b/etc/zart.profile
@@ -0,0 +1,27 @@
1# Firejail profile for zart
2# This file is overwritten after every install/update
3# Persistent local customizations
4include /etc/firejail/zart.local
5# Persistent global definitions
6include /etc/firejail/globals.local
7
8# Contributed by triceratops1 (https://github.com/triceratops1)
9
10whitelist ${DOWNLOADS}
11whitelist ${HOME}/Videos
12whitelist /tmp/.X11-unix
13include /etc/firejail/whitelist-common.inc
14
15caps.drop all
16ipc-namespace
17net none
18noroot
19seccomp
20shell none
21
22private-bin zart,ffmpeg,melt,ffprobe,ffplay
23private-dev
24private-etc fonts,X11
25
26noexec ${HOME}
27noexec /tmp