aboutsummaryrefslogtreecommitdiffstats
path: root/etc/firejail.config
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-03-10 09:00:38 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-03-10 09:00:38 -0500
commit4f455f7f7bbc821ea459143e661f3b8e43e82d0d (patch)
treefbb04e0e85bd8428d22f0c06378cac72c4c98e5b /etc/firejail.config
parent--nowhitelist (diff)
downloadfirejail-4f455f7f7bbc821ea459143e661f3b8e43e82d0d.tar.gz
firejail-4f455f7f7bbc821ea459143e661f3b8e43e82d0d.tar.zst
firejail-4f455f7f7bbc821ea459143e661f3b8e43e82d0d.zip
config support to disable access to /mnt and /media
Diffstat (limited to 'etc/firejail.config')
-rw-r--r--etc/firejail.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/firejail.config b/etc/firejail.config
index 858ac4ec1..af190cb3c 100644
--- a/etc/firejail.config
+++ b/etc/firejail.config
@@ -14,6 +14,10 @@
14# and it will harden the rest of the chroot tree. 14# and it will harden the rest of the chroot tree.
15# chroot-desktop yes 15# chroot-desktop yes
16 16
17# Disable /mnt, /media, /run/mount and /run/media access. By default access
18# to these directories is enabled.
19# disable-mnt no
20
17# Enable or disable file transfer support, default enabled. 21# Enable or disable file transfer support, default enabled.
18# file-transfer yes 22# file-transfer yes
19 23