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_25.te b/sepolicy/untrusted_app_25.te
index 998b431..4365f69 100644
--- a/sepolicy/untrusted_app_25.te
+++ b/sepolicy/untrusted_app_25.te
@@ -1 +1,4 @@
allow untrusted_app_25 sysfs:file { open read };
+
+allow untrusted_app_25 fuseblk:dir { search };
+allow untrusted_app_25 fuseblk:file { read open getattr };