summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-05-04 01:01:52 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-05-04 01:01:52 +0000
commit56e12450dcad5b79b9c10ee34067156258acdd6d (patch)
tree1b59fa4ead2ce4b89bb92654382bda731dbd7bf0
parent4e3260cf033d28ed664e922d90b732f000d49844 (diff)
parent974746da5e07e1359b918c5f7550c4b7f3dc8bcc (diff)
downloadcrosshatch-sepolicy-56e12450dcad5b79b9c10ee34067156258acdd6d.tar.gz
Snap for 7333400 from 974746da5e07e1359b918c5f7550c4b7f3dc8bcc to sc-release
Change-Id: Iea5d400a19e426a8ee3eebda2ba3f9432f17e66c
-rw-r--r--tracking_denials/dumpstate.te3
-rw-r--r--tracking_denials/hal_health_default.te3
-rw-r--r--tracking_denials/incidentd.te3
3 files changed, 9 insertions, 0 deletions
diff --git a/tracking_denials/dumpstate.te b/tracking_denials/dumpstate.te
new file mode 100644
index 0000000..35361f0
--- /dev/null
+++ b/tracking_denials/dumpstate.te
@@ -0,0 +1,3 @@
+# b/187006097
+dontaudit dumpstate incident:process signal;
+dontaudit dumpstate incident:process sigkill;
diff --git a/tracking_denials/hal_health_default.te b/tracking_denials/hal_health_default.te
new file mode 100644
index 0000000..49df2a5
--- /dev/null
+++ b/tracking_denials/hal_health_default.te
@@ -0,0 +1,3 @@
+# b/187005897
+dontaudit hal_health_default unlabeled:file write;
+dontaudit hal_health_default unlabeled:file read;
diff --git a/tracking_denials/incidentd.te b/tracking_denials/incidentd.te
new file mode 100644
index 0000000..6c6db48
--- /dev/null
+++ b/tracking_denials/incidentd.te
@@ -0,0 +1,3 @@
+# b/187006058
+dontaudit incidentd apex_info_file:file getattr;
+dontaudit incidentd sysfs_msm_subsys:dir search;