• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ==============================================
2# Policy File of /system/binboot_logo_updater Executable File
3# ==============================================
4# Type Declaration
5# ==============================================
6
7# Date : WK14.43
8# Operation : Migration
9# Purpose : To access file directories and files like logo.bin
10allow boot_logo_updater logo_block_device:blk_file r_file_perms;
11# To access block files at  /dev/block/mmcblk0 ir /dev/block/sdc
12allow boot_logo_updater bootdevice_block_device:blk_file r_file_perms;
13
14#To access file at  /dev/logo
15allow boot_logo_updater logo_device:chr_file r_file_perms;
16# To access file at   /proc/lk_env
17allow boot_logo_updater proc_lk_env:file rw_file_perms;
18
19# Date : WK16.25
20# Operation : Global_Device/Uniservice Feature
21# Purpose : for it to read-write SysEnv data
22allow boot_logo_updater para_block_device:blk_file rw_file_perms;
23