History log of /lxc/config/templates/common.seccomp
Revision Date Author Comments Expand
6166fa6d83b23e86a24cc2ab5cfe780fccb0a709 19-Dec-2014 Serge Hallyn <serge.hallyn@ubuntu.com>

seccomp: add rule to reject umount -f If a container has a bind mount from a host nfs or fuse filesystem, and does 'umount -f', it will disconnect the host's filesystem. This patch adds a seccomp rule to block umount -f from a container. It also adds that rule to the default seccomp profile. Thanks stgraber for the idea :) Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com> Acked-by: Stéphane Graber <stgraber@ubuntu.com>

6e39e4cbff5d49b4a66451696aa87b9884f58a6e 02-Jul-2014 Stéphane Graber <stgraber@ubuntu.com>

Enable default seccomp profile for all distros This updates the common config to include Serge's seccomp profile by default for privileged containers. Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>