sanders: sepolicy: Fix rootfs on untrusted_app

* With this, some file explorers cannot access the root partition (even with superuser rights granted)
This commit is contained in:
Henrique Silva
2018-05-11 01:20:56 +00:00
committed by therootlord
parent 05af13d217
commit 2d7fc638e6

View File

@@ -10,4 +10,3 @@ allow untrusted_app fsg_file:dir read;
allow untrusted_app net_dns_prop:file read;
allow untrusted_app persist_file:dir getattr;
allow untrusted_app persist_file:filesystem getattr;
allow untrusted_app rootfs:dir read;