summaryrefslogtreecommitdiff
path: root/prebuilts/api/26.0/plat_private/boot_logo_updater.te
diff options
context:
space:
mode:
Diffstat (limited to 'prebuilts/api/26.0/plat_private/boot_logo_updater.te')
-rwxr-xr-xprebuilts/api/26.0/plat_private/boot_logo_updater.te36
1 files changed, 0 insertions, 36 deletions
diff --git a/prebuilts/api/26.0/plat_private/boot_logo_updater.te b/prebuilts/api/26.0/plat_private/boot_logo_updater.te
deleted file mode 100755
index a55a3ca..0000000
--- a/prebuilts/api/26.0/plat_private/boot_logo_updater.te
+++ /dev/null
@@ -1,36 +0,0 @@
-# ==============================================
-# Policy File of /system/binboot_logo_updater Executable File
-
-# New added for move to /system
-typeattribute boot_logo_updater coredomain;
-type boot_logo_updater_exec , exec_type, file_type;
-
-# ==============================================
-# MTK Policy Rule
-# ==============================================
-
-init_daemon_domain(boot_logo_updater)
-
-# Date : WK14.32
-# Operation : Migration
-# Puration : set boot reason
-allow boot_logo_updater system_prop:property_service set;
-
-allow boot_logo_updater graphics_device:chr_file rw_file_perms;
-
-# For IPC communication
-allow boot_logo_updater init:unix_stream_socket connectto;
-allow boot_logo_updater property_socket:sock_file write;
-# To access directory /dev/block/mmcblk0 or /dev/block/sdc
-allow boot_logo_updater block_device:dir search;
-allow boot_logo_updater graphics_device:dir search;
-# to access file at /dev/block/mtd
-allow boot_logo_updater mtd_device:chr_file r_file_perms;
-allow boot_logo_updater mtd_device:dir search;
-#To access the file at /dev/kmsg
-allow boot_logo_updater device:dir write;
-allow boot_logo_updater kmsg_device:chr_file w_file_perms;
-#To the access /fstab mount point
-allow boot_logo_updater rootfs:file r_file_perms;
-#To access linux filesystem
-allow boot_logo_updater sysfs:dir read;