aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/firejail-default3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/firejail-default b/etc/firejail-default
index 8bf42b3a3..28103a598 100644
--- a/etc/firejail-default
+++ b/etc/firejail-default
@@ -83,6 +83,9 @@ deny /proc/@{PID}/oom_score_adj w,
83# Uncomment to silence all denied write warnings 83# Uncomment to silence all denied write warnings
84#deny /sys/** w, 84#deny /sys/** w,
85 85
86# Blacklist snapshots
87deny /**/.snapshots/ rwx,
88
86########## 89##########
87# Allow running programs only from well-known system directories. If you need 90# Allow running programs only from well-known system directories. If you need
88# to run programs from your home directory, uncomment /home line. 91# to run programs from your home directory, uncomment /home line.