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