aboutsummaryrefslogtreecommitdiff
path: root/car_product
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2018-05-22 06:39:28 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-05-22 06:39:28 +0000
commit8726539cd81d1489bada8c92ec694dcc0217c988 (patch)
treebd87b1382b3473f31fcdea988e3b280d39dad265 /car_product
parent0a2872e0b251fbf8fa30874f191c920f17450d9f (diff)
parent3dc83daa8964c650f0d7e7a29e94404b1d8beff2 (diff)
downloadCar-8726539cd81d1489bada8c92ec694dcc0217c988.tar.gz
Merge "Fix avc errors for procfs-inspector" into pi-dev
Diffstat (limited to 'car_product')
-rw-r--r--car_product/sepolicy/private/procfsinspector.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/car_product/sepolicy/private/procfsinspector.te b/car_product/sepolicy/private/procfsinspector.te
index 8e1a53342e..9bee7070e0 100644
--- a/car_product/sepolicy/private/procfsinspector.te
+++ b/car_product/sepolicy/private/procfsinspector.te
@@ -7,3 +7,6 @@ add_service(procfsinspector, procfsinspector_service)
binder_use(procfsinspector)
allow carservice_app procfsinspector:binder call;
+
+dontaudit procfsinspector domain:dir getattr;
+