[systemd-commits] src/core

Lennart Poettering lennart at kemper.freedesktop.org
Thu Jan 24 18:05:13 PST 2013


 src/core/selinux-access.c |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 035dba6f8261af9f714ac3901d695ff39d4a896b
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Jan 25 03:05:08 2013 +0100

    selinux: we don't need that many debug messages by default

diff --git a/src/core/selinux-access.c b/src/core/selinux-access.c
index 41f824a..be728d5 100644
--- a/src/core/selinux-access.c
+++ b/src/core/selinux-access.c
@@ -104,8 +104,6 @@ static int bus_get_selinux_security_context(
 
         *scon = b;
 
-        log_debug("GetConnectionSELinuxSecurityContext %s (pid %ld)", *scon, (long) bus_get_unix_process_id(connection, name, error));
-
         return 0;
 }
 
@@ -316,7 +314,6 @@ static int get_calling_context(
                 return r;
         }
 
-        log_debug("SELinux No Sender");
         if (!dbus_connection_get_unix_fd(connection, &fd)) {
                 log_error("bus_connection_get_unix_fd failed %m");
                 return -EINVAL;
@@ -361,8 +358,6 @@ int selinux_access_check(
         if (r < 0)
                 return r;
 
-        log_debug("SELinux access check for path=%s permission=%s", strna(path), permission);
-
         audit.uid = audit.loginuid = (uid_t) -1;
         audit.gid = (gid_t) -1;
         audit.cmdline = NULL;



More information about the systemd-commits mailing list