aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2020-08-12 11:34:32 -0500
committerLibravatar GitHub <noreply@github.com>2020-08-12 11:34:32 -0500
commit224d86bcddb4fad8399da33f046e678037a89e05 (patch)
treee331ef6b99f91601526f499a23bd5e0c2e913e7f /etc
parentAdded youtube-viewer profile with Gtk frontends (#3542) (diff)
parentseccomp: logging (diff)
downloadfirejail-224d86bcddb4fad8399da33f046e678037a89e05.tar.gz
firejail-224d86bcddb4fad8399da33f046e678037a89e05.tar.zst
firejail-224d86bcddb4fad8399da33f046e678037a89e05.zip
Merge pull request #3569 from topimiettinen/seccomp-log
seccomp: logging
Diffstat (limited to 'etc')
-rw-r--r--etc/firejail.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/firejail.config b/etc/firejail.config
index b2a96612f..731e744dd 100644
--- a/etc/firejail.config
+++ b/etc/firejail.config
@@ -107,7 +107,7 @@
107# Enable or disable seccomp support, default enabled. 107# Enable or disable seccomp support, default enabled.
108# seccomp yes 108# seccomp yes
109 109
110# Seccomp error action, kill or errno (EPERM, ENOSYS etc) 110# Seccomp error action, kill, log or errno (EPERM, ENOSYS etc)
111# seccomp-error-action EPERM 111# seccomp-error-action EPERM
112 112
113# Enable or disable user namespace support, default enabled. 113# Enable or disable user namespace support, default enabled.