Merge "sepolicy: Policies for IPV6 Tethering"
This commit is contained in:
commit
db53fae82a
|
@ -0,0 +1,6 @@
|
||||||
|
#============= netd ==============
|
||||||
|
allow netd self:packet_socket create;
|
||||||
|
|
||||||
|
#Rules needed for IPV6 Tethering
|
||||||
|
allow netd netd:capability { setgid setuid };
|
||||||
|
allow netd netd:packet_socket { bind setopt read ioctl };
|
Loading…
Reference in New Issue