Fix proper Lollipop selinux support

This commit is contained in:
topjohnwu
2017-10-14 21:10:22 +08:00
parent 28a945fee9
commit 96688e4dac
5 changed files with 61 additions and 35 deletions

View File

@@ -99,6 +99,7 @@ struct file_attr {
char con[128];
};
int fd_getpath(int fd, char *path, size_t size);
int mkdir_p(const char *pathname, mode_t mode);
void rm_rf(const char *path);
void frm_rf(int dirfd);