diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-02-13 00:24:00 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-02-13 00:24:00 +0100 |
commit | 57183d117a1d6a96d71ce99d648beb0d2b36228d (patch) | |
tree | 4b0c5b62073bf4766bd825c5d7d6b75967d7be40 /Makefile.am | |
parent | 351a19b17d51ba0a5737f35d3c5deb8e7975fdee (diff) |
core: add SystemCallArchitectures= unit setting to allow disabling of non-native
architecture support for system calls
Also, turn system call filter bus properties into complex types instead
of concatenated strings.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8c309dabed..713a3aad93 100644 --- a/Makefile.am +++ b/Makefile.am @@ -770,6 +770,12 @@ nodist_libsystemd_shared_la_SOURCES = \ src/shared/errno-from-name.h \ src/shared/errno-to-name.h +if HAVE_SECCOMP +libsystemd_shared_la_SOURCES += \ + src/shared/seccomp-util.h \ + src/shared/seccomp-util.c +endif + # ------------------------------------------------------------------------------ noinst_LTLIBRARIES += \ libsystemd-units.la |