summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsukiliu <sukiliu@google.com>2021-06-16 11:48:26 +0800
committersukiliu <sukiliu@google.com>2021-06-16 11:48:26 +0800
commitb87213bb0152032c1e28911c9bdcae230175a0f5 (patch)
treecefb77a4e61de4cdf2591927b467c5c5ac935990
parentf605b95006a0c4f0cbb8855b13a532125f035d00 (diff)
downloadsunfish-sepolicy-b87213bb0152032c1e28911c9bdcae230175a0f5.tar.gz
Update avc error on ROM 7460482
avc: denied { read } for name="u:object_r:vendor_aware_available_prop:s0" dev="tmpfs" ino=21989 scontext=u:r:system_app:s0 tcontext=u:object_r:vendor_aware_available_prop:s0 tclass=file permissive=0 Bug: 191214116 Test: PtsSELinuxTestCases Change-Id: Ie0db1a9d5e1617c032c29bb0fbb8d692f84a5e33
-rw-r--r--PREUPLOAD.cfg2
-rw-r--r--tracking_denials/system_app.te2
2 files changed, 2 insertions, 2 deletions
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg
deleted file mode 100644
index 6544d62..0000000
--- a/PREUPLOAD.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-[Hook Scripts]
-aosp_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "."
diff --git a/tracking_denials/system_app.te b/tracking_denials/system_app.te
new file mode 100644
index 0000000..f5d58cd
--- /dev/null
+++ b/tracking_denials/system_app.te
@@ -0,0 +1,2 @@
+# b/191214116
+dontaudit system_app vendor_aware_available_prop:file read;