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
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>
-rw-r--r--BoardConfig.mk1
-rw-r--r--sepolicy/netd.te4
2 files changed, 5 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
diff --git a/sepolicy/netd.te b/sepolicy/netd.te
new file mode 100644
index 0000000..6c8303c
--- /dev/null
+++ b/sepolicy/netd.te
@@ -0,0 +1,4 @@
1# These denials are seen with WLAN, but are not harmful.
2# Ignore them
3dontaudit netd self:capability sys_module;
4dontaudit netd kernel:system module_request;