We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829732d commit a14b75eCopy full SHA for a14b75e
src/shared/selinux-util.c
@@ -76,7 +76,7 @@ bool mac_selinux_use(void) {
76
#if HAVE_SELINUX
77
if (_unlikely_(cached_use < 0)) {
78
cached_use = is_selinux_enabled() > 0;
79
- log_debug("SELinux enabled state cached to: %s", cached_use ? "enabled" : "disabled");
+ log_trace("SELinux enabled state cached to: %s", enabled_disabled(cached_use));
80
}
81
82
return cached_use;
0 commit comments