aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-02-23 07:57:02 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2021-02-23 07:57:02 -0500
commit0e31d0203569604998d8b640901773b19ada2d98 (patch)
tree97bd359f5fbe9f2d136ef6acb4b9d69f2c67cef4
parentmore calibre profiles (diff)
downloadfirejail-0e31d0203569604998d8b640901773b19ada2d98.tar.gz
firejail-0e31d0203569604998d8b640901773b19ada2d98.tar.zst
firejail-0e31d0203569604998d8b640901773b19ada2d98.zip
hardening ssh, tor
-rw-r--r--etc/profile-m-z/ssh.profile1
-rw-r--r--etc/profile-m-z/torbrowser-launcher.profile5
2 files changed, 6 insertions, 0 deletions
diff --git a/etc/profile-m-z/ssh.profile b/etc/profile-m-z/ssh.profile
index 641c3a79d..7bc731333 100644
--- a/etc/profile-m-z/ssh.profile
+++ b/etc/profile-m-z/ssh.profile
@@ -24,6 +24,7 @@ whitelist ${RUNUSER}/keyring/ssh
24include whitelist-usr-share-common.inc 24include whitelist-usr-share-common.inc
25include whitelist-runuser-common.inc 25include whitelist-runuser-common.inc
26 26
27apparmor
27caps.drop all 28caps.drop all
28ipc-namespace 29ipc-namespace
29netfilter 30netfilter
diff --git a/etc/profile-m-z/torbrowser-launcher.profile b/etc/profile-m-z/torbrowser-launcher.profile
index 1045fa02a..8b1ed1645 100644
--- a/etc/profile-m-z/torbrowser-launcher.profile
+++ b/etc/profile-m-z/torbrowser-launcher.profile
@@ -15,6 +15,9 @@ noblacklist ${HOME}/.local/share/torbrowser
15include allow-python2.inc 15include allow-python2.inc
16include allow-python3.inc 16include allow-python3.inc
17 17
18blacklist /opt
19blacklist /srv
20
18include disable-common.inc 21include disable-common.inc
19include disable-devel.inc 22include disable-devel.inc
20include disable-exec.inc 23include disable-exec.inc
@@ -30,6 +33,8 @@ whitelist ${HOME}/.config/torbrowser
30whitelist ${HOME}/.local/share/torbrowser 33whitelist ${HOME}/.local/share/torbrowser
31include whitelist-common.inc 34include whitelist-common.inc
32include whitelist-var-common.inc 35include whitelist-var-common.inc
36include whitelist-runuser-common.inc
37include whitelist-usr-share-common.inc
33 38
34# Uncomment the line below or put 'apparmor' in your torbrowser-launcher.local. 39# Uncomment the line below or put 'apparmor' in your torbrowser-launcher.local.
35# IMPORTANT: the relevant rule in /etc/apparmor.d/local/firejail-default will need 40# IMPORTANT: the relevant rule in /etc/apparmor.d/local/firejail-default will need