Merge "healthd: add sepolicy"

This commit is contained in:
Todd Poynor 2013-07-26 20:42:56 +00:00 committed by Android (Google) Code Review
commit 32c0dbd212

11
healthd.te Normal file
View 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)