chiark / gitweb /
service: watch main pid even in final states
[elogind.git] / src / core / ima-setup.c
index e8cc1ba8b6cb451775e06d189dd46c9a91d99193..7f8ec23d58363ec4cafabc0f6accc740699b0569 100644 (file)
@@ -50,11 +50,6 @@ int ima_setup(void) {
        int policyfd = -1, imafd = -1;
        int result = 0;
 
-#ifndef HAVE_SELINUX
-       /* Mount the securityfs filesystem */
-       mount_setup_early();
-#endif
-
        if (stat(IMA_POLICY_PATH, &st) < 0)
                return 0;