diff options
author | Ales Kozumplik <akozumpl@redhat.com> | 2011-12-22 14:34:03 +0100 |
---|---|---|
committer | Ales Kozumplik <akozumpl@redhat.com> | 2012-01-12 14:27:36 +0100 |
commit | 7a8b75d26605cf7a3fde9f624a80d6fb8390fcbd (patch) | |
tree | ff5869d8f862b0c1c0112362defa46108612bb80 /system.h | |
parent | cb2894b361f7f9ee048efdd08604163eb4232b53 (diff) | |
download | librpm-tizen-7a8b75d26605cf7a3fde9f624a80d6fb8390fcbd.tar.gz librpm-tizen-7a8b75d26605cf7a3fde9f624a80d6fb8390fcbd.tar.bz2 librpm-tizen-7a8b75d26605cf7a3fde9f624a80d6fb8390fcbd.zip |
selinux: reopen label between transactions if necessary (RhBug: 746073)
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |