From 569f589aa6a34b99ba01ca2c034311ca433ec192 Mon Sep 17 00:00:00 2001 From: hqjiang <hqjiang1988@gmail.com> Date: Mon, 23 Jul 2012 14:20:59 -0700 Subject: [PATCH] external/sepolicy: system r/w udp_socket of appdomain --- system.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system.te b/system.te index a4065cf3a..bfbc35a3f 100644 --- a/system.te +++ b/system.te @@ -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 }; -- GitLab