aboutsummaryrefslogtreecommitdiffstats
path: root/etc/subdownloader.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/subdownloader.profile')
-rw-r--r--etc/subdownloader.profile46
1 files changed, 46 insertions, 0 deletions
diff --git a/etc/subdownloader.profile b/etc/subdownloader.profile
new file mode 100644
index 000000000..009cf65df
--- /dev/null
+++ b/etc/subdownloader.profile
@@ -0,0 +1,46 @@
1# Firejail profile for subdownloader
2# Description: Automatic download/upload of subtitles using fast hashing
3# This file is overwritten after every install/update
4# Persistent local customizations
5include subdownloader.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.config/SubDownloader
10noblacklist ${VIDEOS}
11
12# Allow python (blacklisted by disable-interpreters.inc)
13noblacklist ${PATH}/python2*
14noblacklist ${PATH}/python3*
15noblacklist /usr/lib/python2*
16noblacklist /usr/lib/python3*
17
18include disable-common.inc
19include disable-devel.inc
20include disable-interpreters.inc
21include disable-passwdmgr.inc
22include disable-programs.inc
23include disable-xdg.inc
24
25apparmor
26caps.drop all
27netfilter
28nodbus
29nodvd
30nogroups
31nonewprivs
32noroot
33notv
34nou2f
35protocol unix,inet,inet6
36seccomp
37shell none
38
39private-cache
40private-dev
41private-etc alternatives,fonts
42private-tmp
43
44# memory-deny-write-execute - Breaks on Arch
45noexec ${HOME}
46noexec /tmp