Searched defs:log_enforcing (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dselinux-util.c53 #define log_enforcing(...) log_full(security_getenforce() == 1 ? LOG_ERR : LOG_DEBUG, __VA_ARGS__) macro
109 log_enforcing("Failed to initialize SELinux context: %m");
179 log_enforcing("Unable to fix SELinux security context of %s: %m", path);
198 log_enforcing("Failed to set SELinux security context %s on path %s: %m", label, path);
359 log_enforcing("Failed to determine SELinux security context for %s: %m", path);
364 log_enforcing("Failed to set SELinux security context %s for %s: %m", filecon, path);
395 log_enforcing("Failed to set SELinux security context %s for sockets: %m", label);
467 log_enforcing("Failed to determine SELinux security context for %s: %m", path);
473 log_enforcing("Failed to set SELinux security context %s for %s: %m", fcon, path);

Completed in 674 milliseconds