aboutsummaryrefslogtreecommitdiffstats
path: root/etc/firejail.config
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-20 20:06:06 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-01-20 20:06:06 -0500
commitc2b6b6b1a348d70b776983051851e42ba66ab271 (patch)
treec4d2a98348bfdd32d4ee47b5d08a4fcaa8bf534c /etc/firejail.config
parentRELNOTES: add modif and docs items (diff)
downloadfirejail-c2b6b6b1a348d70b776983051851e42ba66ab271.tar.gz
firejail-c2b6b6b1a348d70b776983051851e42ba66ab271.tar.zst
firejail-c2b6b6b1a348d70b776983051851e42ba66ab271.zip
private-etc rework: remove hiding blacklisted files in private-etc directory feature
Diffstat (limited to 'etc/firejail.config')
-rw-r--r--etc/firejail.config4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/firejail.config b/etc/firejail.config
index 13db32f1e..e8bf45751 100644
--- a/etc/firejail.config
+++ b/etc/firejail.config
@@ -78,10 +78,6 @@
78# Enable or disable overlayfs features, default enabled. 78# Enable or disable overlayfs features, default enabled.
79# overlayfs yes 79# overlayfs yes
80 80
81# Hide blacklisted files in /etc directory (enabling this may break
82# /etc/resolv.conf; see #5010), default disabled.
83# etc-hide-blacklisted no
84
85# Set the limit for file copy in several --private-* options. The size is set 81# Set the limit for file copy in several --private-* options. The size is set
86# in megabytes. By default we allow up to 500MB. 82# in megabytes. By default we allow up to 500MB.
87# Note: the files are copied in RAM. 83# Note: the files are copied in RAM.