aboutsummaryrefslogtreecommitdiffstats
path: root/etc/hexchat.profile
diff options
context:
space:
mode:
authorLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2017-10-04 16:24:36 -0500
committerLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2017-10-04 16:24:36 -0500
commitc6259375dff79484b9f3d587da9fbfa76a3b68b9 (patch)
tree1b7c010c2f6b0886ccd7a537bb146f7f46cb1d7f /etc/hexchat.profile
parentTighten spotify profile (diff)
downloadfirejail-c6259375dff79484b9f3d587da9fbfa76a3b68b9.tar.gz
firejail-c6259375dff79484b9f3d587da9fbfa76a3b68b9.tar.zst
firejail-c6259375dff79484b9f3d587da9fbfa76a3b68b9.zip
Tighten multiple profiles.
This adds whitelist-var-common, machine-id, memory-deny-write-execute, and noexec home and tmp when possible.
Diffstat (limited to 'etc/hexchat.profile')
-rw-r--r--etc/hexchat.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/hexchat.profile b/etc/hexchat.profile
index fc817d9f9..47d39e8c4 100644
--- a/etc/hexchat.profile
+++ b/etc/hexchat.profile
@@ -16,8 +16,10 @@ include /etc/firejail/disable-programs.inc
16mkdir ~/.config/hexchat 16mkdir ~/.config/hexchat
17whitelist ~/.config/hexchat 17whitelist ~/.config/hexchat
18include /etc/firejail/whitelist-common.inc 18include /etc/firejail/whitelist-common.inc
19include /etc/firejail/whitelist-var-common.inc
19 20
20caps.drop all 21caps.drop all
22machine-id
21netfilter 23netfilter
22no3d 24no3d
23nodvd 25nodvd
@@ -38,5 +40,6 @@ private-bin hexchat
38private-dev 40private-dev
39private-tmp 41private-tmp
40 42
43memory-deny-write-execute
41noexec ${HOME} 44noexec ${HOME}
42noexec /tmp 45noexec /tmp