summaryrefslogtreecommitdiffstats
path: root/target/board/generic/sepolicy/qemu_props.te
blob: 4a91c4c4cf48d008841a4e9c814c807959de8f60 (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;

init_daemon_domain(qemu_props)

# Set properties.
set_prop(qemu_props, qemu_prop)
set_prop(qemu_props, dalvik_prop)
set_prop(qemu_props, config_prop)