forked from openkylin/platform_build
selinux: Grant all processes the domain_deprecated attribute
Bug: 25433265 Change-Id: Iafad5abd6e75c5a46f844ef3e744adf1c904b362
This commit is contained in:
parent
a0975edc16
commit
7890fc4d2e
|
@ -1,5 +1,5 @@
|
|||
# goldfish-setup service: runs init.goldfish.sh script
|
||||
type goldfish_setup, domain;
|
||||
type goldfish_setup, domain, domain_deprecated;
|
||||
type goldfish_setup_exec, exec_type, file_type;
|
||||
|
||||
init_daemon_domain(goldfish_setup)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# qemu-props service: Sets system properties on boot.
|
||||
type qemu_props, domain;
|
||||
type qemu_props, domain, domain_deprecated;
|
||||
type qemu_props_exec, exec_type, file_type;
|
||||
|
||||
init_daemon_domain(qemu_props)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# qemu support daemon
|
||||
type qemud, domain;
|
||||
type qemud, domain, domain_deprecated;
|
||||
type qemud_exec, exec_type, file_type;
|
||||
|
||||
init_daemon_domain(qemud)
|
||||
|
|
Loading…
Reference in New Issue