Files
device_google_wahoo/sepolicy/vendor/netutils_wrapper.te
Jeff Vander Stoep 02a94ce7cf Suppress netutils_wrapper module denials
Netutils does not need to load kernel modules. Ignore.

Bug: 35197529
Test: build policy
Change-Id: I14f79ddfd47f3b6eb8461a0b351808bed09a5a30
2017-06-22 14:52:38 -07:00

8 lines
391 B
Plaintext

# For netutils to be able to write their stdout stderr to the pipes opened by netmgrd
allow netutils_wrapper netmgrd:fd use;
allow netutils_wrapper netmgrd:fifo_file { getattr read write append };
dontaudit netutils_wrapper netmgrd:netlink_socket { getattr read write append };
dontaudit netutils_wrapper kernel:system module_request;
dontaudit netutils_wrapper self:capability sys_module;