summaryrefslogtreecommitdiffstats
path: root/etc/subdownloader.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-02-20 03:44:27 +0000
committerLibravatar GitHub <noreply@github.com>2019-02-20 03:44:27 +0000
commit7d9eb4cfe613c0ee51a32fa46f9d7f56d098ece4 (patch)
tree701c67d7d4af82e1201c832761a2b0e104a8aa39 /etc/subdownloader.profile
parentMerge pull request #2421 from glitsj16/openssh (diff)
downloadfirejail-7d9eb4cfe613c0ee51a32fa46f9d7f56d098ece4.tar.gz
firejail-7d9eb4cfe613c0ee51a32fa46f9d7f56d098ece4.tar.zst
firejail-7d9eb4cfe613c0ee51a32fa46f9d7f56d098ece4.zip
Create subdownloader.profile
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