aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profanity.profile
diff options
context:
space:
mode:
authorLibravatar Adrian L. Shaw <adrianlshaw@gmail.com>2019-11-24 11:48:14 +0000
committerLibravatar Adrian L. Shaw <adrianlshaw@gmail.com>2019-11-24 11:48:14 +0000
commit2e0ec7ba3e5b592e5b99a909276022b4b97db2fe (patch)
treeb3550827bc40976b04a0c7a833fc9a2bedd46f24 /etc/profanity.profile
parentUse seccomp ! syntax in electron-mail.profile (diff)
downloadfirejail-2e0ec7ba3e5b592e5b99a909276022b4b97db2fe.tar.gz
firejail-2e0ec7ba3e5b592e5b99a909276022b4b97db2fe.tar.zst
firejail-2e0ec7ba3e5b592e5b99a909276022b4b97db2fe.zip
Add profile for the Profanity chat client
Diffstat (limited to 'etc/profanity.profile')
-rw-r--r--etc/profanity.profile44
1 files changed, 44 insertions, 0 deletions
diff --git a/etc/profanity.profile b/etc/profanity.profile
new file mode 100644
index 000000000..9ad7d9f92
--- /dev/null
+++ b/etc/profanity.profile
@@ -0,0 +1,44 @@
1# Firejail profile for profanity
2# Description: profanity is an XMPP-OTR chat client for the terminal
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include unzip.local
7# Persistent global definitions
8include globals.local
9
10ignore net none
11
12include disable-common.inc
13include disable-devel.inc
14include disable-passwdmgr.inc
15include disable-programs.inc
16include disable-xdg.inc
17
18mkdir ${HOME}/.config/profanity
19mkdir ${HOME}/.local/share/profanity
20noblacklist ${HOME}/.config/profanity
21noblacklist ${HOME}/.local/share/profanity
22
23caps.drop all
24netfilter
25nodvd
26nogroups
27nonewprivs
28noroot
29notv
30nou2f
31protocol unix,inet,inet6
32seccomp
33shell none
34
35private-bin profanity
36private-cache
37private-dev
38private-tmp
39private-etc alternatives,localtime,mime.types,resolv.conf,ssl
40
41memory-deny-write-execute
42noexec ${HOME}
43noexec /tmp
44