aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-01-18 18:59:58 +0100
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-01-18 18:59:58 +0100
commitc878c8e47c4dff343d648af458afcee941f2d3c6 (patch)
treed33e71273cfeb73b24051640da52b4a097b0051f
parentAdd profile for guvcview (diff)
downloadfirejail-c878c8e47c4dff343d648af458afcee941f2d3c6.tar.gz
firejail-c878c8e47c4dff343d648af458afcee941f2d3c6.tar.zst
firejail-c878c8e47c4dff343d648af458afcee941f2d3c6.zip
Add 'seccomp-error-action log' to profile.template
-rw-r--r--etc/templates/profile.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/templates/profile.template b/etc/templates/profile.template
index 3d37fc827..8b44b0bc0 100644
--- a/etc/templates/profile.template
+++ b/etc/templates/profile.template
@@ -158,6 +158,7 @@ include globals.local
158##seccomp !chroot 158##seccomp !chroot
159##seccomp.drop SYSCALLS (see syscalls.txt) 159##seccomp.drop SYSCALLS (see syscalls.txt)
160#seccomp.block-secondary 160#seccomp.block-secondary
161##seccomp-error-action log (Only for debugging seccomp issues)
161#shell none 162#shell none
162#tracelog 163#tracelog
163# Prefer 'x11 none' instead of 'blacklist /tmp/.X11-unix' if 'net none' is set 164# Prefer 'x11 none' instead of 'blacklist /tmp/.X11-unix' if 'net none' is set