Fix selinux context on Magisk files

This commit is contained in:
topjohnwu
2017-10-12 03:39:39 +08:00
parent 25bdbcf526
commit fe4b3df7e9
5 changed files with 57 additions and 8 deletions
+1
View File
@@ -59,6 +59,7 @@ void write_string(int fd, const char* val);
void post_fs(int client);
void post_fs_data(int client);
void late_start(int client);
void fix_filecon();
/**************
* MagiskHide *