chiark / gitweb /
selinux: bump up error level when in non-enforcing mode
authorLennart Poettering <lennart@poettering.net>
Wed, 9 Mar 2011 19:12:30 +0000 (20:12 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 9 Mar 2011 19:12:30 +0000 (20:12 +0100)
TODO
src/selinux-setup.c

diff --git a/TODO b/TODO
index 237ba7b2a7feafdc7d4a4f110ca520892c19ee33..8395d692b4e877c21618dcf85144eddd00044ccc 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,8 +6,6 @@ F15:
 
 * isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
 
 
 * isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
 
-* finish syslog socket stuff
-
 * NFS, networkmanager ordering issue
 
 * add fstab fields to add wait timeouts, change Wants to Requires by local-fs.target
 * NFS, networkmanager ordering issue
 
 * add fstab fields to add wait timeouts, change Wants to Requires by local-fs.target
@@ -16,10 +14,6 @@ F15:
 
 * mount /dev/.run and /var/run as bind mounts
 
 
 * mount /dev/.run and /var/run as bind mounts
 
-* Make use of UnknownInterface
-
-* support chkconfig without forwarding to systemctl to facilitate upgrades
-
 * drop SIGHUP handling from rsyslog.service upstream
 
 * teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
 * drop SIGHUP handling from rsyslog.service upstream
 
 * teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
index b2beb33d1f34d379aac37a8c37a699e77bbc46c9..8bd9380775a608f935954a347999b958e736286e 100644 (file)
@@ -59,7 +59,7 @@ int selinux_setup(char *const argv[]) {
                return -errno;
 
        } else {
                return -errno;
 
        } else {
-               log_full(enforce > 0 ? LOG_ERR : LOG_DEBUG, "Failed to load SELinux policy.");
+               log_full(enforce > 0 ? LOG_ERR : LOG_WARNING, "Failed to load SELinux policy.");
 
                unlink("/dev/.systemd/relabel-devtmpfs");
 
 
                unlink("/dev/.systemd/relabel-devtmpfs");