Merge "healthd: add sepolicy"
This commit is contained in:
commit
32c0dbd212
1 changed files with 11 additions and 0 deletions
11
healthd.te
Normal file
11
healthd.te
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# healthd seclabel is specified in init.rc since
|
||||||
|
# it lives in the rootfs and has no unique file type.
|
||||||
|
type healthd, domain;
|
||||||
|
permissive healthd;
|
||||||
|
type healthd_exec, exec_type, file_type;
|
||||||
|
|
||||||
|
init_daemon_domain(healthd)
|
||||||
|
unconfined_domain(healthd)
|
||||||
|
write_klog(healthd)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue