summaryrefslogtreecommitdiffstats
path: root/target/board/generic/sepolicy/qemu_props.te
blob: ade111d2a29216b0c523a635e9cf9ee51e6a4c23 (plain)
1
2
3
4
5
6
7
8
9
10
# qemu-props service:  Sets system properties on boot.
type qemu_props, domain;
type qemu_props_exec, exec_type, file_type;
permissive_or_unconfined(qemu_props)

init_daemon_domain(qemu_props)

# Set properties.
unix_socket_connect(qemu_props, property, init)
allow qemu_props { qemu_prop dalvik_prop config_prop }:property_service set;