summaryrefslogtreecommitdiff
path: root/src/selinux-setup.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-07-28 23:52:23 +0200
committerLennart Poettering <lennart@poettering.net>2011-07-28 23:52:23 +0200
commit0b3325e79eb98f2e5bc19a1b0efd99e693b31a99 (patch)
tree54d1c943490bd955cc1fd3bf0a4c124c3f0f7037 /src/selinux-setup.h
parent058dc6f3793af16feae92fa5ddf2a5c58ad5c905 (diff)
selinux: use setcon() instead of reexec to apply selinux policy
Diffstat (limited to 'src/selinux-setup.h')
-rw-r--r--src/selinux-setup.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/selinux-setup.h b/src/selinux-setup.h
index 53dbb65f3e..6b8fe00b7d 100644
--- a/src/selinux-setup.h
+++ b/src/selinux-setup.h
@@ -22,6 +22,8 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-int selinux_setup(char *const argv[]);
+#include <stdbool.h>
+
+int selinux_setup(bool *loaded_policy);
#endif