Searched refs:log_enforcing (Results 1 – 1 of 1) sorted by relevance
/third_party/eudev/src/shared/ |
D | selinux-util.c | 46 #define log_enforcing(...) log_full(security_getenforce() == 1 ? LOG_ERR : LOG_DEBUG, __VA_ARGS__) macro 98 log_enforcing("Failed to initialize SELinux context: %m"); in mac_selinux_init() 177 log_enforcing("Unable to fix SELinux security context of %s: %m", path); in mac_selinux_fix() 196 … log_enforcing("Failed to set SELinux security context %s on path %s: %m", label, path); in mac_selinux_apply() 355 … log_enforcing("Failed to set SELinux security context %s for %s: %m", filecon, path); in mac_selinux_create_file_prepare() 388 log_enforcing("Failed to set SELinux security context %s for sockets: %m", label); in mac_selinux_create_socket_prepare() 439 log_enforcing("Failed to set SELinux security context %s for %s: %m", fcon, path); in mac_selinux_mkdir() 508 log_enforcing("Failed to set SELinux security context %s for %s: %m", fcon, path); in mac_selinux_bind()
|