X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fima-setup.c;h=7f8ec23d58363ec4cafabc0f6accc740699b0569;hb=a6b26d9011de60e1c41f51e8d2aab1d2f7bbf0f5;hp=e8cc1ba8b6cb451775e06d189dd46c9a91d99193;hpb=f274ece0f76b5709408821e317e87aef76123db6;p=elogind.git diff --git a/src/core/ima-setup.c b/src/core/ima-setup.c index e8cc1ba8b..7f8ec23d5 100644 --- a/src/core/ima-setup.c +++ b/src/core/ima-setup.c @@ -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;