summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--sepolicy/droidvold.te5
-rw-r--r--sepolicy/platform_app.te5
-rw-r--r--sepolicy/untrusted_app.te5
-rw-r--r--sepolicy/untrusted_app_25.te3
4 files changed, 15 insertions, 3 deletions
diff --git a/sepolicy/untrusted_app.te b/sepolicy/untrusted_app.te
index 091d6c2..bd36052 100644
--- a/sepolicy/untrusted_app.te
+++ b/sepolicy/untrusted_app.te
@@ -1 +1,4 @@
-allow untrusted_app system_control:binder call;
+allow untrusted_app system_control:binder { call };
+
+allow untrusted_app fuseblk:dir { search };
+allow untrusted_app fuseblk:file { read open getattr };