From 0b3325e79eb98f2e5bc19a1b0efd99e693b31a99 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 28 Jul 2011 23:52:23 +0200 Subject: selinux: use setcon() instead of reexec to apply selinux policy --- src/mount-setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mount-setup.h') diff --git a/src/mount-setup.h b/src/mount-setup.h index 150ec408d2..f05ee31740 100644 --- a/src/mount-setup.h +++ b/src/mount-setup.h @@ -24,7 +24,7 @@ #include -int mount_setup(void); +int mount_setup(bool loaded_policy); bool mount_point_is_api(const char *path); bool mount_point_ignore(const char *path); -- cgit v1.2.3-54-g00ecf