summarylogtreecommitdiffstats
path: root/0001_Remove_SELinux_support.patch
diff options
context:
space:
mode:
authorsharrken2017-04-06 15:08:40 +0000
committersharrken2017-04-06 15:08:40 +0000
commit3c48c7633a1c8316c58eb7a2ee4a304650d2fc7f (patch)
treef5b84aad70a0174e136e25ef297d1d7160167644 /0001_Remove_SELinux_support.patch
parent537b1a03857dd6a280f78ef2147b7d210afbc95d (diff)
downloadaur-3c48c7633a1c8316c58eb7a2ee4a304650d2fc7f.tar.gz
update host to pagure and oddjob to 0.34
Diffstat (limited to '0001_Remove_SELinux_support.patch')
-rw-r--r--0001_Remove_SELinux_support.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/0001_Remove_SELinux_support.patch b/0001_Remove_SELinux_support.patch
index 88be2596796e..a922bfa3536c 100644
--- a/0001_Remove_SELinux_support.patch
+++ b/0001_Remove_SELinux_support.patch
@@ -626,7 +626,7 @@ diff -Nru oddjob-0.31.2.orig/src/oddjobd.c oddjob-0.31.2/src/oddjobd.c
} else {
if (globals.debug) {
fprintf(stderr, "unknown attribute \"%s\" in "
-@@ -1392,12 +1170,6 @@
+@@ -1392,13 +1170,6 @@
while (acl != NULL) {
tofree = acl;
acl = acl->next;
@@ -635,6 +635,7 @@ diff -Nru oddjob-0.31.2.orig/src/oddjobd.c oddjob-0.31.2/src/oddjobd.c
- oddjob_free(tofree->selinux_user);
- oddjob_free(tofree->selinux_role);
- oddjob_free(tofree->selinux_type);
+- oddjob_free(tofree->selinux_range);
-#endif
oddjob_free(tofree->user);
oddjob_free(tofree);