blob: d739239cc53eeb2fb40644ad75ba430f560de95a [file] [log] [blame]
dcashman2e00e632016-10-12 14:58:09 -07001# TODO: deal with tmpfs_domain pub/priv split properly
2# Read system properties managed by zygote.
3allow appdomain zygote_tmpfs:file read;
Nathan Haroldee268642017-12-14 18:20:30 -08004
Benjamin Gordon360559e2018-09-06 14:41:34 -06005# Read from (but not create) system_server buffers transferred through
6# ashmem, e.g. battery stats.
7allow appdomain system_server_tmpfs:file read;
8
Nathan Haroldee268642017-12-14 18:20:30 -08009neverallow appdomain system_server:udp_socket {
Nathan Harold252b0152018-03-27 06:34:54 -070010 accept append bind create ioctl listen lock name_bind
11 relabelfrom relabelto setattr shutdown };