Update rules

This commit is contained in:
topjohnwu
2017-07-14 00:49:40 +08:00
parent 4c7e081e15
commit c1c6f55f8f
2 changed files with 3 additions and 12 deletions

View File

@ -227,6 +227,9 @@ void sepol_min_rules() {
sepol_allow("su", "labeledfs", "filesystem", "unmount");
sepol_allow("kernel", "system_data_file", "file", "read");
// For changing attributes
sepol_allow("rootfs", "tmpfs", "filesystem", "associate");
// Xposed
sepol_allow("untrusted_app", "untrusted_app", "capability", "setgid");
sepol_allow("system_server", "dex2oat_exec", "file", ALL);