chiark / gitweb /
core: add SystemCallArchitectures= unit setting to allow disabling of non-native
authorLennart Poettering <lennart@poettering.net>
Wed, 12 Feb 2014 23:24:00 +0000 (00:24 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 12 Feb 2014 23:24:00 +0000 (00:24 +0100)
commit57183d117a1d6a96d71ce99d648beb0d2b36228d
tree4b0c5b62073bf4766bd825c5d7d6b75967d7be40
parent351a19b17d51ba0a5737f35d3c5deb8e7975fdee
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.
Makefile.am
man/systemd.exec.xml
src/core/dbus-execute.c
src/core/execute.c
src/core/execute.h
src/core/load-fragment-gperf.gperf.m4
src/core/load-fragment.c
src/core/load-fragment.h
src/shared/seccomp-util.c [new file with mode: 0644]
src/shared/seccomp-util.h [new file with mode: 0644]
src/systemctl/systemctl.c