summaryrefslogtreecommitdiff
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authordcashman <dcashman@google.com>2014-08-11 10:31:39 -0700
committerdcashman <dcashman@google.com>2014-08-11 10:31:39 -0700
commit428ba93a42629d52cae0697ffb81dbedfd39ad1d (patch)
treec096169de1b5c81fa740f29d012482fe487bca83 /BoardConfig.mk
parentdd5526a4929433646121d91aeaf5dd5b47daa50d (diff)
downloadshamu-428ba93a42629d52cae0697ffb81dbedfd39ad1d.tar.gz
Allow QXDM logs access.
Address the following non-permissive denials: <12>[ 780.089260] type=1400 audit(1407741420.810:209): avc: denied { write } for pid=4807 comm="roid.qxdmlogger" name="rundiag" dev="mmcblk0p37" ino=1081346 scontext=u:r:platform_app:s0 tcontext=u:object_r:system_data_file:s0 tclass=file permissive=0 <12>[ 780.123801] type=1400 audit(1407741420.840:210): avc: denied { setattr } for pid=4828 comm="chmod" name="rundiag" dev="mmcblk0p37" ino=1081346 scontext=u:r:platform_app:s0 tcontext=u:object_r:system_data_file:s0 tclass=file permissive=0 <12>[ 780.183492] type=1400 audit(1407741420.900:211): avc: denied { write } for pid=4807 comm="roid.qxdmlogger" name="diag_logs" dev="mmcblk0p37" ino=1081345 scontext=u:r:platform_app:s0 tcontext=u:object_r:system_data_file:s0 tclass=dir permissive=0 Bug: 16934316 Change-Id: Ifd2d5b3ae29d070816295dee9368730f81511be7
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index d8aec602..5aff0716 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -104,6 +104,7 @@ BOARD_SEPOLICY_UNION += \
mdm_helper.te \
mediaserver.te \
netmgrd.te \
+ platform_app.te \
qmux.te \
rild.te \
sensors.te \