mirror of
https://github.com/topjohnwu/selinux.git
synced 2024-12-04 01:20:52 +00:00
libselinux: Generate SWIG wrappers for selinux_restorecon()
Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
This commit is contained in:
parent
1004a3b3f1
commit
0399ec6438
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user