bootanim.te 326 Bytes
Newer Older
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;
11 12 13

# /oem access
allow bootanim oemfs:dir search;
14
allow bootanim oemfs:file r_file_perms;