Skip to content

Commit 4c41cd9

Browse files
authored
Merge pull request #1222 from jan-cerny/selinux_message
Change category of message
2 parents b6c3d5c + ddefd10 commit 4c41cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OVAL/probes/unix/linux/selinuxsecuritycontext.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ static int selinuxsecuritycontext_file_cb(const char *prefix, const char *p, con
269269
file_context_size = getfilecon(path_with_prefix, &file_context);
270270
free(path_with_prefix);
271271
if (file_context_size == -1) {
272-
dE("Can't get context for %s: %s", pbuf, strerror(errno));
272+
dD("Can't get context for %s: %s", pbuf, strerror(errno));
273273

274274
item = probe_item_create(OVAL_LINUX_SELINUXSECURITYCONTEXT, NULL,
275275
"filepath", OVAL_DATATYPE_STRING, pbuf,

0 commit comments

Comments
 (0)