blob: 3a0a76f0f737666b251a185def0c40cbd0f7e15e [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;