summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishal Mahaveer2015-07-28 22:03:52 -0500
committerVishal Mahaveer2015-07-28 22:11:07 -0500
commit710f7f481bf0bd3dc1b17a305416c8ffed090557 (patch)
tree02d597347dc81c9a9a8c3570c7e1a5c42a2a403d /BoardConfig.mk
parenta18364f77c80925fb14da3de45ef7c39efc5aafd (diff)
downloaddevice-ti-jacinto6evm-710f7f481bf0bd3dc1b17a305416c8ffed090557.tar.gz
device-ti-jacinto6evm-710f7f481bf0bd3dc1b17a305416c8ffed090557.tar.xz
device-ti-jacinto6evm-710f7f481bf0bd3dc1b17a305416c8ffed090557.zip
jacinto6evm: suppress netd denials
These denials are seen with WLAN and are not harmful. Ignore them. Change-Id: I62a0143fa750abfd8840e67b854d55f558695ec9 Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
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 5558470..44466d6 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -77,5 +77,6 @@ BOARD_SEPOLICY_UNION := \
77 pvr.te \ 77 pvr.te \
78 mediaserver.te \ 78 mediaserver.te \
79 system_server.te \ 79 system_server.te \
80 netd.te \
80 file_contexts 81 file_contexts
81 82