sepolicy: remove all use of domain_deprecated

This attribute has been removed from public policy and is no longer
available.

Bug: 38316109
Test: build policy
Change-Id: I3407ced2d725de982e19b77345827de03d93c426
(cherry picked from commit ec488e1fee)
This commit is contained in:
Jeff Vander Stoep
2017-05-15 13:25:06 -07:00
parent 28794da1c0
commit 9a8f6775ec
3 changed files with 3 additions and 3 deletions

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)