aboutsummaryrefslogtreecommitdiffstats
path: root/etc/firejail.config
diff options
context:
space:
mode:
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 c671efef9..4b59f8955 100644
--- a/etc/firejail.config
+++ b/etc/firejail.config
@@ -101,6 +101,10 @@
101# Enable or disable seccomp support, default enabled. 101# Enable or disable seccomp support, default enabled.
102# seccomp yes 102# seccomp yes
103 103
104# Add rules to the default seccomp filter. Same syntax as for --seccomp=
105# None by default; this is an example.
106# seccomp-filter-add !chroot,kcmp,mincore
107
104# Seccomp error action, kill, log or errno (EPERM, ENOSYS etc) 108# Seccomp error action, kill, log or errno (EPERM, ENOSYS etc)
105# seccomp-error-action EPERM 109# seccomp-error-action EPERM
106 110