Merge "sepolicy: Policies for IPV6 Tethering"

This commit is contained in:
Linux Build Service Account 2013-10-24 20:13:42 -07:00 committed by Gerrit - the friendly Code Review server
commit db53fae82a
1 changed files with 6 additions and 0 deletions

6
sepolicy/netd.te Normal file
View File

@ -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 };