aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2021-05-03 01:23:25 +0200
committerLibravatar smitsohu <smitsohu@gmail.com>2021-05-03 02:40:57 +0200
commit5445d87af6e9fc5fb4508e1c7558f349c012e2b3 (patch)
tree8db7202bd0e0227eb3352769dc5a0355647a7782 /etc
parentintroduce safer_openat function (diff)
downloadfirejail-5445d87af6e9fc5fb4508e1c7558f349c012e2b3.tar.gz
firejail-5445d87af6e9fc5fb4508e1c7558f349c012e2b3.tar.zst
firejail-5445d87af6e9fc5fb4508e1c7558f349c012e2b3.zip
add support for arbitrary whitelist directories
Diffstat (limited to 'etc')
-rw-r--r--etc/firejail.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/firejail.config b/etc/firejail.config
index 731e744dd..9dd33b5ed 100644
--- a/etc/firejail.config
+++ b/etc/firejail.config
@@ -116,6 +116,10 @@
116# Enable or disable whitelisting support, default enabled. 116# Enable or disable whitelisting support, default enabled.
117# whitelist yes 117# whitelist yes
118 118
119# Disable whitelist top level directories, in addition to those
120# that are disabled out of the box. None by default; this is an example.
121# whitelist-disable-topdir /etc,/usr/etc
122
119# Enable or disable X11 sandboxing support, default enabled. 123# Enable or disable X11 sandboxing support, default enabled.
120# x11 yes 124# x11 yes
121 125