blob: 05c74619fa0bb73fe03143b746c3d5faf07e7cec [file] [log] [blame]
Stephen Smalley704744a2014-09-03 11:07:03 -04001# qemu-props service: Sets system properties on boot.
2type qemu_props, domain;
3type qemu_props_exec, exec_type, file_type;
Stephen Smalley704744a2014-09-03 11:07:03 -04004
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;