Merge "selinux: Grant all processes the domain_deprecated attribute" am: b18da85cb6
am: 6e32d6b0a0
* commit '6e32d6b0a01c0deb25196566a7f8c36c2db331e8':
selinux: Grant all processes the domain_deprecated attribute
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# goldfish-setup service: runs init.goldfish.sh script
|
# 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;
|
type goldfish_setup_exec, exec_type, file_type;
|
||||||
|
|
||||||
init_daemon_domain(goldfish_setup)
|
init_daemon_domain(goldfish_setup)
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
# qemu-props service: Sets system properties on boot.
|
# 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;
|
type qemu_props_exec, exec_type, file_type;
|
||||||
|
|
||||||
init_daemon_domain(qemu_props)
|
init_daemon_domain(qemu_props)
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
# qemu support daemon
|
# qemu support daemon
|
||||||
type qemud, domain;
|
type qemud, domain, domain_deprecated;
|
||||||
type qemud_exec, exec_type, file_type;
|
type qemud_exec, exec_type, file_type;
|
||||||
|
|
||||||
init_daemon_domain(qemud)
|
init_daemon_domain(qemud)
|
||||||
|
Reference in New Issue
Block a user