You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
475 B
12 lines
475 B
--- rpm-4.14.3/plugins/selinux.c.orig 2020-05-11 16:07:22.873791795 +0200
|
|
+++ rpm-4.14.3/plugins/selinux.c 2020-05-11 16:10:11.701771157 +0200
|
|
@@ -47,7 +47,7 @@
|
|
|
|
sehandle = selabel_open(SELABEL_CTX_FILE, opts, 1);
|
|
|
|
- rpmlog(RPMLOG_DEBUG, "selabel_open: (%s) %s\n",
|
|
+ rpmlog((sehandle == NULL) ? RPMLOG_ERR : RPMLOG_DEBUG, "selabel_open: (%s) %s\n",
|
|
path, (sehandle == NULL ? strerror(errno) : ""));
|
|
|
|
return (sehandle != NULL) ? RPMRC_OK : RPMRC_FAIL;
|