mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Netutils does not need to load kernel modules. Ignore. Bug: 35197529 Test: build policy Change-Id: I14f79ddfd47f3b6eb8461a0b351808bed09a5a30
8 lines
391 B
Plaintext
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;
|