aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2017-12-27 12:55:04 -0600
committerLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2017-12-27 12:55:04 -0600
commit96f26b0cec577006917e4385511bf7cf81d6421c (patch)
treea93366c85fe351df5cae89cc9ff7031ea5486328
parentadding basilisk profile - #1693 (diff)
downloadfirejail-96f26b0cec577006917e4385511bf7cf81d6421c.tar.gz
firejail-96f26b0cec577006917e4385511bf7cf81d6421c.tar.zst
firejail-96f26b0cec577006917e4385511bf7cf81d6421c.zip
Add netlink and noblacklist openssl to teamspeak3 profile - potential fix for #1695
-rw-r--r--etc/teamspeak3.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/teamspeak3.profile b/etc/teamspeak3.profile
index 86f96ba50..3e2c71a24 100644
--- a/etc/teamspeak3.profile
+++ b/etc/teamspeak3.profile
@@ -6,6 +6,7 @@ include /etc/firejail/teamspeak3.local
6include /etc/firejail/globals.local 6include /etc/firejail/globals.local
7 7
8noblacklist ${HOME}/.ts3client 8noblacklist ${HOME}/.ts3client
9noblacklist ${PATH}/openssl
9 10
10include /etc/firejail/disable-common.inc 11include /etc/firejail/disable-common.inc
11include /etc/firejail/disable-devel.inc 12include /etc/firejail/disable-devel.inc
@@ -27,7 +28,7 @@ nonewprivs
27noroot 28noroot
28notv 29notv
29novideo 30novideo
30protocol unix,inet,inet6 31protocol unix,inet,inet6,netlink
31seccomp 32seccomp
32shell none 33shell none
33 34