]> git.ipfire.org Git - thirdparty/systemd.git/commit - Makefile.am
nspawn: split out seccomp call into nspawn-seccomp.[ch]
authorDjalal Harouni <tixxdz@opendz.org>
Thu, 26 May 2016 20:42:29 +0000 (22:42 +0200)
committerDjalal Harouni <tixxdz@opendz.org>
Thu, 26 May 2016 20:42:29 +0000 (22:42 +0200)
commitf011b0b87a5ab3b2c85849558d464fcfcad85923
tree5ba5aaa56b684ee7655794cdb102b30474edf10f
parent231bfb1b02e0ff3fc335018cc58d83d8ef085dd8
nspawn: split out seccomp call into nspawn-seccomp.[ch]

Split seccomp into nspawn-seccomp.[ch]. Currently there are no changes,
but this will make it easy in the future to share or use the seccomp logic
from systemd core.
Makefile.am
src/nspawn/nspawn-seccomp.c [new file with mode: 0644]
src/nspawn/nspawn-seccomp.h [new file with mode: 0644]
src/nspawn/nspawn.c