external/sepolicy: system r/w udp_socket of appdomain

This commit is contained in:
hqjiang 2012-07-23 14:20:59 -07:00 committed by Stephen Smalley
parent 8f781f5767
commit 569f589aa6

View File

@ -196,3 +196,6 @@ allow system domain:file r_file_perms;
# to uart driver and ctrl proc entry
allow system gps_device:chr_file rw_file_perms;
allow system gps_control:file rw_file_perms;
# system Read/Write udp_socket of untrusted_app
allow system appdomain:udp_socket { read write };