From 0399ec64380b0cccefaf4cbee6fb3e73ef567170 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Thu, 22 Dec 2016 13:43:08 +0100 Subject: [PATCH] libselinux: Generate SWIG wrappers for selinux_restorecon() Signed-off-by: Petr Lautrbach --- libselinux/src/selinuxswig.i | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libselinux/src/selinuxswig.i b/libselinux/src/selinuxswig.i index c1e4ef77..687c43bc 100644 --- a/libselinux/src/selinuxswig.i +++ b/libselinux/src/selinuxswig.i @@ -9,6 +9,7 @@ #include "../include/selinux/get_context_list.h" #include "../include/selinux/get_default_type.h" #include "../include/selinux/label.h" + #include "../include/selinux/restorecon.h" #include "../include/selinux/selinux.h" %} %apply int *OUTPUT { int *enforce }; @@ -61,4 +62,5 @@ %include "../include/selinux/get_context_list.h" %include "../include/selinux/get_default_type.h" %include "../include/selinux/label.h" +%include "../include/selinux/restorecon.h" %include "../include/selinux/selinux.h"