From 41401f475ad07f9db6eb294eff1c7d2b869631dd Mon Sep 17 00:00:00 2001
From: Jeff Vander Stoep <jeffv@google.com>
Date: Tue, 14 Nov 2017 14:00:48 -0800
Subject: [PATCH] Add tracking bugs to crash_dump denials

avc: denied { search } for name="com.sf.activity" dev="sda35"
ino=1444147 scontext=u:r:crash_dump:s0:c512,c768
tcontext=u:object_r:app_data_file:s0:c512,c768 tclass=dir
avc: denied { search } for comm="crash_dump64"
name="com.android.bluetooth" dev="sda13" ino=1442292
scontext=u:r:crash_dump:s0 tcontext=u:object_r:bluetooth_data_file:s0
tclass=dir
avc: denied { search } for comm="crash_dump64" name="overlay" dev="dm-1"
ino=938 scontext=u:r:crash_dump:s0
tcontext=u:object_r:vendor_overlay_file:s0 tclass=dir permissive=0

Bug: 68705274
Bug: 68319037
Test: build
Change-Id: I44075ac6bf6447d863373c97ba10eadf59d2d22f
---
 private/bug_map | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/private/bug_map b/private/bug_map
index 26d25e7df..6bad8c286 100644
--- a/private/bug_map
+++ b/private/bug_map
@@ -3,3 +3,6 @@ update_engine update_engine capability 69197466
 vold system_data_file file 62140539
 system_server proc file 69175449
 system_server vendor_framework_file dir 68826235
+crash_dump app_data_file dir 68319037
+crash_dump bluetooth_data_file 68319037
+crash_dump vendor_overlay_file 68319037
-- 
GitLab