]> git.proxmox.com Git - mirror_lxc.git/commit
seccomp: do not set SECCOMP_FILTER_FLAG_NEW_LISTENER
authorChristian Brauner <christian.brauner@ubuntu.com>
Wed, 12 Jun 2019 11:42:25 +0000 (13:42 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 12 Jun 2019 11:42:25 +0000 (13:42 +0200)
commitf73adb35fbbd164c2bfc975dc4a8b7e8292f4e37
tree28cabce9e340cd7841c50502949d39abfa33649f
parent16512e0c36e3e0097c289418885eb12e78277146
seccomp: do not set SECCOMP_FILTER_FLAG_NEW_LISTENER

Do not set SECCOMP_FILTER_FLAG_NEW_LISTENER as seccomp attribute.
Prior to libseccomp merging support for SECCOMP_RET_USER_NOTIF there was a
libseccomp specific attribute that needed to be set before
SECCOMP_RET_USER_NOTIF could be used. This has been removed.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/seccomp.c