android_system_sepolicy/bootanim.te
Stephen Smalley 8ad225908d Make bootanim domain enforcing.
Change-Id: I9d87c35cc8d4ffffab4f7c28f3d3d43f85b10123
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2013-12-13 14:37:36 -05:00

11 lines
238 B
Plaintext

# bootanimation oneshot service
type bootanim, domain;
type bootanim_exec, exec_type, file_type;
init_daemon_domain(bootanim)
binder_use(bootanim)
binder_call(bootanim, surfaceflinger)
allow bootanim gpu_device:chr_file rw_file_perms;