modify bootanim and mtkbootanim selinux file MTK-Commit-Id: 499216aca19a337156ad7b83beb93dae5dc0f009 Change-Id: Ifccc14d4f8d410789e01730aa4be82c423a19975 CR-Id: ALPS03870695 Feature: Boot Animation (cherry picked from commit 05973051a0e2ae272a9ecfd511e088a33f9f54b1)
24 lines
641 B
Plaintext
24 lines
641 B
Plaintext
# ==============================================
|
|
# MTK Policy Rule
|
|
# ============
|
|
|
|
# Date : WK14.37
|
|
# Operation : Migration
|
|
# Purpose : for opetator
|
|
allow bootanim bootani_prop:property_service set;
|
|
|
|
# Date : WK14.46
|
|
# Operation : Migration
|
|
# Purpose : For MTK Emulator HW GPU
|
|
allow bootanim qemu_pipe_device:chr_file rw_file_perms;
|
|
|
|
# Date : WK16.33
|
|
# Purpose: Allow to access ged for gralloc_extra functions
|
|
allow bootanim proc_ged:file {open read write ioctl getattr};
|
|
|
|
# Date : WK17.43
|
|
# Operation : Migration
|
|
# Purpose : For MTK perfmgr
|
|
allow bootanim proc_perfmgr:dir {search read};
|
|
allow bootanim proc_perfmgr:file {open read ioctl};
|