Home | History | Annotate | Download | only in sepolicy
      1 # Allow update_engine and update_engine_sideload (recovery) read/write on the
      2 # device-specific partitions it should update.
      3 allow update_engine_common {
      4   custom_ab_block_device
      5   xbl_block_device
      6   ssd_block_device
      7   modem_block_device
      8 }:blk_file rw_file_perms;
      9