mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Merge "allow iptables to isatty()"
This commit is contained in:
3
sepolicy/vendor/netutils_wrapper.te
vendored
3
sepolicy/vendor/netutils_wrapper.te
vendored
@@ -1,6 +1,7 @@
|
||||
# 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 };
|
||||
allow netutils_wrapper netmgrd:fifo_file { getattr ioctl read write append };
|
||||
allowxperm netutils_wrapper netmgrd:fifo_file ioctl { TCGETS };
|
||||
|
||||
dontaudit netutils_wrapper netmgrd:socket { read write };
|
||||
dontaudit netutils_wrapper netmgrd:unix_stream_socket { read write };
|
||||
|
||||
Reference in New Issue
Block a user