Blame SOURCES/openscap-1.2.18-selinuxsecuritycontext-verbose.patch
|
|
d7b4b6 |
diff --git a/src/OVAL/probes/unix/linux/selinuxsecuritycontext.c b/src/OVAL/probes/unix/linux/selinuxsecuritycontext.c
|
|
|
d7b4b6 |
index 65268cbfb..d9c91d75e 100644
|
|
|
d7b4b6 |
--- a/src/OVAL/probes/unix/linux/selinuxsecuritycontext.c
|
|
|
d7b4b6 |
+++ b/src/OVAL/probes/unix/linux/selinuxsecuritycontext.c
|
|
|
d7b4b6 |
@@ -269,7 +269,7 @@ static int selinuxsecuritycontext_file_cb(const char *prefix, const char *p, con
|
|
|
d7b4b6 |
file_context_size = getfilecon(path_with_prefix, &file_context);
|
|
|
d7b4b6 |
free(path_with_prefix);
|
|
|
d7b4b6 |
if (file_context_size == -1) {
|
|
|
d7b4b6 |
- dE("Can't get context for %s: %s", pbuf, strerror(errno));
|
|
|
d7b4b6 |
+ dD("Can't get context for %s: %s", pbuf, strerror(errno));
|
|
|
d7b4b6 |
|
|
|
d7b4b6 |
item = probe_item_create(OVAL_LINUX_SELINUXSECURITYCONTEXT, NULL,
|
|
|
d7b4b6 |
"filepath", OVAL_DATATYPE_STRING, pbuf,
|