Reorganization

This commit is contained in:
topjohnwu
2018-09-27 18:26:41 -04:00
parent 60b3b8ddce
commit cce636224c
13 changed files with 81 additions and 80 deletions

View File

@ -8,5 +8,5 @@ extern int (*lgetfilecon)(const char *path, char ** con);
extern int (*setfilecon)(const char *path, const char * con);
extern int (*lsetfilecon)(const char *path, const char * con);
void setup_selinux();
void dload_selinux();
void restorecon();