Lines Matching full:selinux
179 "SELinux: Could not open policy file <= %s.%d: %s\n",
186 "SELinux: Could not stat policy file %s: %s\n",
199 "SELinux: Could not map policy file %s: %s\n",
222 "SELinux: Could not downgrade policy file %s, searching for an older version.\n",
283 "SELinux: Could not load policy file %s: %s\n",
319 * Reread the selinux configuration in case it has changed.
327 * /etc/selinux/config.
369 * Check for the existence of SELinux via selinuxfs, and
393 * SELinux was disabled in the kernel, either
394 * omitted entirely or disabled at boot via selinux=0.
400 /* Only emit this error if selinux was not disabled */
414 /* Runtime disable of SELinux. */
424 * already been loaded. We can't disable SELinux now,
441 fprintf(stderr, "SELinux: Unable to switch to %s mode: %s\n", (*enforce ? "enforcing" : "permissive"), strerror(errno));