summaryrefslogtreecommitdiff
path: root/src/core/selinux-setup.c
diff options
context:
space:
mode:
authorNathaniel Chen <nathaniel.chen@intel.com>2013-03-07 11:06:57 -0800
committerLennart Poettering <lennart@poettering.net>2013-03-07 20:53:14 +0100
commit8f838d8aab0c5480664de04dce0171de4f4c7b00 (patch)
tree35deba464226cd973008b553eeb0b1c67d7cfc5b /src/core/selinux-setup.c
parentbf9335608821264163058a8b036a00775a8ffbe4 (diff)
core: move mount_setup_early() to main.c
move mount_setup_early() call to main.c, before security module setup, so there are no more repeat calls.
Diffstat (limited to 'src/core/selinux-setup.c')
-rw-r--r--src/core/selinux-setup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/selinux-setup.c b/src/core/selinux-setup.c
index e9c0de92f1..0723d7c8ba 100644
--- a/src/core/selinux-setup.c
+++ b/src/core/selinux-setup.c
@@ -58,9 +58,6 @@ int selinux_setup(bool *loaded_policy) {
cb.func_log = null_log;
selinux_set_callback(SELINUX_CB_LOG, cb);
- /* Make sure getcon() works, which needs /proc and /sys */
- mount_setup_early();
-
/* Already initialized by somebody else? */
r = getcon_raw(&con);
if (r == 0) {