aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/torbrowser-launcher.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2022-07-23 13:18:09 -0400
committerLibravatar Tad <tad@spotco.us>2022-07-23 13:18:13 -0400
commit89441e48e8f0388f376cd4fcc24ddbd99f7cc858 (patch)
tree6a5c709f1f040c6895b8e944f7db45cb1359e59b /etc/profile-m-z/torbrowser-launcher.profile
parentviewnior.profile: allow accessing its /usr/share directory (#5270) (diff)
downloadfirejail-89441e48e8f0388f376cd4fcc24ddbd99f7cc858.tar.gz
firejail-89441e48e8f0388f376cd4fcc24ddbd99f7cc858.tar.zst
firejail-89441e48e8f0388f376cd4fcc24ddbd99f7cc858.zip
Deny Tor related profiles access to /sys/class/net
This directory contains the MAC address for connections available Tested working with torbrowser-launcher and onionshare Signed-off-by: Tad <tad@spotco.us>
Diffstat (limited to 'etc/profile-m-z/torbrowser-launcher.profile')
-rw-r--r--etc/profile-m-z/torbrowser-launcher.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/profile-m-z/torbrowser-launcher.profile b/etc/profile-m-z/torbrowser-launcher.profile
index 700a10be8..9d66c5fa4 100644
--- a/etc/profile-m-z/torbrowser-launcher.profile
+++ b/etc/profile-m-z/torbrowser-launcher.profile
@@ -16,6 +16,7 @@ include allow-python2.inc
16include allow-python3.inc 16include allow-python3.inc
17 17
18blacklist /srv 18blacklist /srv
19blacklist /sys/class/net
19 20
20include disable-common.inc 21include disable-common.inc
21include disable-devel.inc 22include disable-devel.inc