chiark / gitweb /
exec: Add support for ignoring errors on SELinuxContext by prefixing it with -, like...
authorMichael Scherer <misc@zarb.org>
Thu, 6 Feb 2014 09:05:18 +0000 (10:05 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 10 Feb 2014 12:18:16 +0000 (13:18 +0100)
commit0d3f7bb3a5bc6d5c0712f88a080fed388981bca3
tree34dc9f0f4b3d794bafc0b7ed04c8d2fe3988754c
parent5c56a259e07661a66e806cc2fbc71de96a75f78e
exec: Add support for ignoring errors on SELinuxContext by prefixing it with -, like for others settings.

Also remove call to security_check_context, as this doesn't serve anything, since
setexeccon will fail anyway.
man/systemd.exec.xml
src/core/execute.c