aboutsummaryrefslogtreecommitdiffstats
path: root/etc/franz.profile
diff options
context:
space:
mode:
authorLibravatar maces <maces@users.noreply.github.com>2016-06-08 21:54:04 +0200
committerLibravatar maces <maces@users.noreply.github.com>2016-06-08 21:54:04 +0200
commitf1c611a1280cd977dc7c5643e5c3fd13315514e1 (patch)
treeafbf8714412fce41aa21f366472e874effb50602 /etc/franz.profile
parentfixes (diff)
downloadfirejail-f1c611a1280cd977dc7c5643e5c3fd13315514e1.tar.gz
firejail-f1c611a1280cd977dc7c5643e5c3fd13315514e1.tar.zst
firejail-f1c611a1280cd977dc7c5643e5c3fd13315514e1.zip
added profile for franz messenger
added profile for franz messenger app based n electron
Diffstat (limited to 'etc/franz.profile')
-rw-r--r--etc/franz.profile26
1 files changed, 26 insertions, 0 deletions
diff --git a/etc/franz.profile b/etc/franz.profile
new file mode 100644
index 000000000..fc4a665de
--- /dev/null
+++ b/etc/franz.profile
@@ -0,0 +1,26 @@
1# Franz profile
2noblacklist ~/.config/Franz
3noblacklist ~/.cache/Franz
4include /etc/firejail/disable-common.inc
5include /etc/firejail/disable-programs.inc
6include /etc/firejail/disable-devel.inc
7
8caps.drop all
9seccomp
10protocol unix,inet,inet6,netlink
11netfilter
12#tracelog
13nonewprivs
14noroot
15
16whitelist ${DOWNLOADS}
17mkdir ~/.config
18mkdir ~/.config/Franz
19whitelist ~/.config/Franz
20mkdir ~/.cache
21mkdir ~/.cache/Franz
22whitelist ~/.cache/Franz
23mkdir ~/.pki
24whitelist ~/.pki
25
26include /etc/firejail/whitelist-common.inc