summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorAles Kozumplik <akozumpl@redhat.com>2011-12-22 14:34:03 +0100
committerAles Kozumplik <akozumpl@redhat.com>2012-01-12 14:27:36 +0100
commit7a8b75d26605cf7a3fde9f624a80d6fb8390fcbd (patch)
treeff5869d8f862b0c1c0112362defa46108612bb80 /system.h
parentcb2894b361f7f9ee048efdd08604163eb4232b53 (diff)
downloadrpm-7a8b75d26605cf7a3fde9f624a80d6fb8390fcbd.tar.gz
rpm-7a8b75d26605cf7a3fde9f624a80d6fb8390fcbd.tar.bz2
rpm-7a8b75d26605cf7a3fde9f624a80d6fb8390fcbd.zip
selinux: reopen label between transactions if necessary (RhBug: 746073)
Diffstat (limited to 'system.h')
-rw-r--r--system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/system.h b/system.h
index 9b23e45f1..dd3573859 100644
--- a/system.h
+++ b/system.h
@@ -79,6 +79,7 @@ char * stpncpy(char * dest, const char * src, size_t n);
#if WITH_SELINUX
#include <selinux/selinux.h>
#include <selinux/label.h>
+#include <selinux/avc.h>
#else
typedef char * security_context_t;