Merge "sepolicy: remove all use of domain_deprecated" into oc-dev
am: 2e8ce7628d
Change-Id: I1f3da139ee66b7c1b8bc40ad4a7961851bd43939
This commit is contained in:
commit
455a336fb4
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
# goldfish-setup service: runs init.goldfish.sh script
|
||||
type goldfish_setup, domain, domain_deprecated;
|
||||
type goldfish_setup, domain;
|
||||
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, domain_deprecated;
|
||||
type qemu_props, domain;
|
||||
type qemu_props_exec, exec_type, file_type;
|
||||
|
||||
init_daemon_domain(qemu_props)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# qemu support daemon
|
||||
type qemud, domain, domain_deprecated;
|
||||
type qemud, domain;
|
||||
type qemud_exec, exec_type, file_type;
|
||||
|
||||
init_daemon_domain(qemud)
|
||||
|
|
Loading…
Reference in a new issue