summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sepolicy/common/dumpstate.te6
1 files changed, 6 insertions, 0 deletions
diff --git a/sepolicy/common/dumpstate.te b/sepolicy/common/dumpstate.te
index b9adfa5..e9a7ada 100644
--- a/sepolicy/common/dumpstate.te
+++ b/sepolicy/common/dumpstate.te
@@ -4,3 +4,9 @@ allow dumpstate mnt_media_rw_file:dir { getattr open read };
#allow dumpstate varrun_file:dir { search getattr open read };
dontaudit dumpstate kernel:system module_request;
+
+dontaudit dumpstate device:file { open write };
+allow dumpstate nsfs:file getattr;
+dontaudit dumpstate varrun_file:dir search;
+allow dumpstate vold:binder call;
+dontaudit dumpstate apexd:binder call;