Home | History | Annotate | Download | only in sepolicy
      1 allow bootanim self:process execmem;
      2 allow bootanim ashmem_device:chr_file execute;
      3 #TODO: This can safely be ignored until b/62954877 is fixed
      4 dontaudit bootanim system_data_file:dir read;
      5 
      6 allow bootanim graphics_device:chr_file { read ioctl open };
      7 
      8 typeattribute bootanim system_writes_vendor_properties_violators;
      9 set_prop(bootanim, qemu_prop)
     10