]> git.ipfire.org Git - thirdparty/lxc.git/commit
attach: move loading seccomp as late as possible
authorChristian Brauner <christian.brauner@ubuntu.com>
Tue, 2 Feb 2021 09:43:12 +0000 (10:43 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 2 Feb 2021 09:51:06 +0000 (10:51 +0100)
commite18aba7d2a706f477458098e2f014f0c0cb97f26
tree65ab219c0119e32353ae55144ac504d08db61768
parent92466fe34b54940da4cb03ee616aa4cb22cebd90
attach: move loading seccomp as late as possible

We want to minimize the change that the profile blocks syscalls we need during
attach setup and has the notifier enabled.

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