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 /sepolicy
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 'sepolicy')
-rw-r--r--sepolicy/netd.te4
1 files changed, 4 insertions, 0 deletions
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;