summaryrefslogtreecommitdiff
path: root/sepolicy/netd.te
AgeCommit message (Collapse)Author
2016-07-12suppress netd sys_module denialNick Kralevich
Netd triggers sys_module denials, but the kernel has CONFIG_MODULES=n. This denial is harmless, and is likely a result of a permission check before verifying whether the kernel even has module support. Suppress these denials. Change-Id: I8b2a7e3a1cdd7ae2f064ba952c110e0e2ead7fcc
2016-01-29Clean up hikey selinux policyJeff Vander Stoep
Remove lots of: allow xyz kernel:system module_request; as these are almost always spurious. Remove any labeling of directories as shell_data_file. Remove access to default labels and properties. Remove empty gatord domain. Remove rules already granted in core policy.
2015-11-09Initial Hikey device configurationVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org> Change-Id: I2697a8e4aec4991826f7351fd7f41eba324a6869