qemu_props.te revision 25a150c5e1a9b4416481a690f3d9582aa0aab6b7
1# qemu-props service:  Sets system properties on boot.
2type qemu_props, domain;
3type qemu_props_exec, exec_type, file_type;
4
5init_daemon_domain(qemu_props)
6
7# Set properties.
8unix_socket_connect(qemu_props, property, init)
9allow qemu_props { qemu_prop dalvik_prop config_prop }:property_service set;
10