]> git.proxmox.com Git - mirror_lxc.git/blame - doc/examples/seccomp-v2-blacklist.conf
replace all lxc.network* with lxc.net*
[mirror_lxc.git] / doc / examples / seccomp-v2-blacklist.conf
CommitLineData
a7c27357
SH
12
2blacklist
3# v2 allows comments after the second line, with '#' in first column,
4# blacklist will allow syscalls by default
5# if 'errno 0' was not appended to 'mknod' below, then the task would
6# simply be killed when it tried to mknod. 'errno 0' means do not allow
7# the container to mknod, but immediately return 0.
8mknod errno 0