1 # bootanimation oneshot service 2 type bootanim, domain; 3 type bootanim_exec, exec_type, file_type; 4 5 init_daemon_domain(bootanim) 6 7 binder_use(bootanim) 8 binder_call(bootanim, surfaceflinger) 9 10 allow bootanim gpu_device:chr_file rw_file_perms; 11 12 # /oem access 13 allow bootanim oemfs:dir search; 14 allow bootanim oemfs:file r_file_perms; 15 16 allow bootanim audio_device:dir r_dir_perms; 17 allow bootanim audio_device:chr_file rw_file_perms; 18