diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-07-29 01:48:18 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-07-29 01:49:46 +0200 |
commit | 4ef31082884e1c8df8887a8f53c428a894d53fb7 (patch) | |
tree | 112821cafe4970869ddc9e29e5695e4b3002e427 /src/mount-setup.h | |
parent | 0b3325e79eb98f2e5bc19a1b0efd99e693b31a99 (diff) |
selinux: mount /sys, /proc, /dev before we load the SELinux policy
Diffstat (limited to 'src/mount-setup.h')
-rw-r--r-- | src/mount-setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mount-setup.h b/src/mount-setup.h index f05ee31740..9311cacc44 100644 --- a/src/mount-setup.h +++ b/src/mount-setup.h @@ -24,6 +24,8 @@ #include <stdbool.h> +int mount_setup_early(void); + int mount_setup(bool loaded_policy); bool mount_point_is_api(const char *path); |