summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Rassieur <rassb@google.com>2019-04-02 16:44:55 +0000
committerBill Rassieur <rassb@google.com>2019-04-02 16:44:55 +0000
commit12f0172c80f8e6abb9de7ef79ddd3155630778b6 (patch)
tree802cd003eef1e8cac0b115e1291076fea3dbc6e8
parent3e91eddfa523818812d3f35e98f19ce359ea4856 (diff)
parent7a45824aa6b48332ba0d2838c4eb900f2ed9ef98 (diff)
downloadandroid_device_generic_goldfish-12f0172c80f8e6abb9de7ef79ddd3155630778b6.tar.gz
android_device_generic_goldfish-12f0172c80f8e6abb9de7ef79ddd3155630778b6.tar.bz2
android_device_generic_goldfish-12f0172c80f8e6abb9de7ef79ddd3155630778b6.zip
Merge master@5428150 into git_qt-dev.
Change-Id: Idf32144c9ba866c8219fe21de1cfc4f7f8386768 BUG: 129345239
-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;