Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b18da85c authored by Jeffrey Vander Stoep's avatar Jeffrey Vander Stoep Committed by Gerrit Code Review
Browse files

Merge "selinux: Grant all processes the domain_deprecated attribute"

parents 7f50cf7f 7890fc4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# 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 −1
Original line number Diff line number Diff line
# 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 −1
Original line number Diff line number Diff line
# qemu support daemon
type qemud, domain;
type qemud, domain, domain_deprecated;
type qemud_exec, exec_type, file_type;

init_daemon_domain(qemud)