chiark / gitweb /
core: Add AppArmor profile switching
authorMichael Scherer <misc@zarb.org>
Thu, 20 Feb 2014 15:19:44 +0000 (16:19 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 21 Feb 2014 02:44:20 +0000 (03:44 +0100)
commiteef65bf3ee6f73afa4a5de23ae3a794a279f30c0
tree366b91cc8b993595fec85469317e1351c98d8ee7
parent37f78db2f4a33474fc349f406b0a0a48e9c573a2
core: Add AppArmor profile switching

This permit to switch to a specific apparmor profile when starting a daemon. This
will result in a non operation if apparmor is disabled.
It also add a new build requirement on libapparmor for using this feature.
12 files changed:
Makefile.am
configure.ac
man/systemd.exec.xml
src/core/build.h
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/exit-status.c
src/shared/exit-status.h