android_device_peter_gsi/sepolicy/private/init_gsi.te
Peter Cai 3e3c06374d make init_gsi its own domain
..so that we are no longer violating Treble SELinux checks
2021-10-15 12:53:36 -04:00

8 lines
188 B
Plaintext

type init_gsi, domain, coredomain;
type init_gsi_exec, system_file_type, exec_type, file_type;
init_daemon_domain(init_gsi);
# TODO: Address denials and remove this
permissive init_gsi;