mirror_lxc/doc/examples/seccomp-v2-blacklist.conf
Serge Hallyn a7c27357b3 seccomp: extend manpage, and add examples
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
2014-02-12 19:26:32 -05:00

9 lines
334 B
Plaintext

2
blacklist
# v2 allows comments after the second line, with '#' in first column,
# blacklist will allow syscalls by default
# if 'errno 0' was not appended to 'mknod' below, then the task would
# simply be killed when it tried to mknod. 'errno 0' means do not allow
# the container to mknod, but immediately return 0.
mknod errno 0