blob: dd1e57a4daf5043f79d60c39aaaed76a881c5aa1 [file] [log] [blame]
Stephen Smalleyacde43f2013-12-11 15:17:53 -05001# bootanimation oneshot service
2type bootanim, domain;
Stephen Smalleyacde43f2013-12-11 15:17:53 -05003type 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;
Ed Heyl81839df2014-07-14 23:31:31 -070011
12# /oem access
13allow bootanim oemfs:dir search;
Vineeta Srivastavab4fcaee2014-09-22 13:03:52 -070014allow bootanim oemfs:file r_file_perms;
Nick Kralevichd065f042014-07-25 15:19:47 -070015
Mike Lockwood0a52df52014-09-29 06:18:19 -070016allow bootanim audio_device:dir r_dir_perms;
17allow bootanim audio_device:chr_file rw_file_perms;
Mike Lockwood2043a282014-10-06 11:56:31 -070018
dcashmancd825572014-12-11 16:01:27 -080019allow bootanim surfaceflinger_service:service_manager find;