summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorAdam Shih <adamshih@google.com>2020-10-12 15:19:14 +0800
committerAdam Shih <adamshih@google.com>2020-10-12 15:19:14 +0800
commit48b1af5fa5508dd238582065f48385e6801b6b45 (patch)
tree95731f43b8d4a7c8db848b4da63ca24c7b6ee0db /vendor
parentac2b546a8c5eac9ca563958b4be6322f858a5497 (diff)
downloadbarbet-sepolicy-48b1af5fa5508dd238582065f48385e6801b6b45.tar.gz
suppress logs cause by droidGuard
10-12 15:00:32.970 6816 6816 W IntentService[D: type=1400 audit(0.0:4): avc: denied { getattr } for name="/" dev="sda13" ino=1 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:firmware_file:s0 tclass=filesystem permissive=0 app=com.google.android.gms Bug: 149543390 Test: boot with no avc error found Change-Id: I4fd2303f34c8e00f90b8b5cebd901d3f9b27ad13
Diffstat (limited to 'vendor')
-rw-r--r--vendor/google/gmscore_app.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/google/gmscore_app.te b/vendor/google/gmscore_app.te
new file mode 100644
index 0000000..744be45
--- /dev/null
+++ b/vendor/google/gmscore_app.te
@@ -0,0 +1 @@
+dontaudit gmscore_app firmware_file:filesystem getattr;