Home | History | Annotate | Download | only in init

Lines Matching refs:selinux

37 #include <selinux/selinux.h>
38 #include <selinux/label.h>
609 } else if (!strcmp(name,"selinux")) {
774 INFO("SELinux: Disabled by command line option\n");
781 /* SELinux not enabled in kernel */
784 ERROR("SELinux: Could not mount selinuxfs: %s\n",
792 ERROR("SELinux: Unable to read policy version\n");
795 INFO("SELinux: Maximum supported policy version: %d\n", vers);
806 ERROR("SELinux: Could not open %s: %s\n",
811 ERROR("SELinux: Could not stat %s: %s\n",
817 ERROR("SELinux: Could not map %s: %s\n",
824 ERROR("SELinux: Could not load policy: %s\n",
831 ERROR("SELinux: Could not set enforcing mode to %s: %s\n",
838 INFO("SELinux: Loaded policy from %s\n", path);
842 ERROR("SELinux: Could not load file_contexts: %s\n",
846 INFO("SELinux: Loaded file contexts from %s\n", seopts[0].value);
902 INFO("loading selinux policy\n");