Skip to content
Snippets Groups Projects
Commit 569f589a authored by hqjiang's avatar hqjiang Committed by Stephen Smalley
Browse files

external/sepolicy: system r/w udp_socket of appdomain

parent 8f781f57
No related branches found
No related tags found
No related merge requests found
......@@ -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 };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment