summaryrefslogtreecommitdiff
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authordcashman <dcashman@google.com>2014-08-18 14:26:42 -0700
committerdcashman <dcashman@google.com>2014-08-18 14:26:42 -0700
commit92f782253e59451a57724737da0f5300bf34fd17 (patch)
treee6ed4c78301acf335fd51b5b7445f5c62969fa32 /BoardConfig.mk
parentccaacda2f859078a02de588578dc15bea87ebba6 (diff)
downloadshamu-92f782253e59451a57724737da0f5300bf34fd17.tar.gz
Allow access to adspdsock.
Addresses AoV denials: <12>[ 72.455855] type=1400 audit(1408279511.398:70): avc: denied { connectto } for pid=334 comm="mediaserver" path="/dev/socket/adspdsock" scontext=u:r:mediaserver:s0 tcontext=u:r:adspd:s0 tclass=unix_stream_socket permissive=0 <12>[ 160.624540] type=1400 audit(1408279599.568:88): avc: denied { write } for pid=2084 comm=4453502066772055706461746572 name="adspdsock" dev="tmpfs" ino=11366 scontext=u:r:platform_app:s0 tcontext=u:object_r:adspd_socket:s0 tclass=sock_file permissive=0 <12>[ 154.772179] type=1400 audit(1408279593.598:75): avc: denied { sys_module } for pid=677 comm="netd" capability=16 scontext=u:r:netd:s0 tcontext=u:r:netd:s0 tclass=capability permissive=0 Bug: 17073923 Change-Id: I7c3e5f0e1fec79baca429e9bfc3c7548edd74adf
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 95325c5d..dac27be9 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -107,6 +107,7 @@ BOARD_SEPOLICY_UNION += \
file.te \
mdm_helper.te \
mediaserver.te \
+ netd.te \
netmgrd.te \
platform_app.te \
qmux.te \