aboutsummaryrefslogtreecommitdiffstats
path: root/bootanim.te
blob: 024d20cba50960b4f3b907244d17472b2a91870a (plain)
1
2
3
4
5
6
7
8
9
10
# 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;