Searched refs:log_enforcing_errno (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/shared/ |
D | selinux-util.c | 46 #define log_enforcing_errno(error, ...) \ macro 126 … return log_enforcing_errno(errno, "Failed to initialize SELinux labeling handle: %m"); in open_label_db() 162 return log_enforcing_errno(errno, "Failed to open SELinux status page: %m"); in mac_selinux_init() 317 …return log_enforcing_errno(r, "Unable to fix SELinux security context of %s (%s): %m", strna(path)… in mac_selinux_fix_container_fd() 334 …return log_enforcing_errno(errno, "Failed to set SELinux security context %s on path %s: %m", labe… in mac_selinux_apply() 350 …return log_enforcing_errno(errno, "Failed to set SELinux security context %s on path %s: %m", labe… in mac_selinux_apply_fd() 490 …return log_enforcing_errno(errno, "Failed to determine SELinux security context for %s: %m", abspa… in selinux_create_file_prepare_abspath() 494 …return log_enforcing_errno(errno, "Failed to set SELinux security context %s for %s: %m", filecon,… in selinux_create_file_prepare_abspath() 545 …return log_enforcing_errno(errno, "Failed to set specified SELinux security context '%s' for '%s':… in mac_selinux_create_file_prepare_label() 571 …return log_enforcing_errno(errno, "Failed to set SELinux security context %s for sockets: %m", lab… in mac_selinux_create_socket_prepare() [all …]
|