AEE_Warning Infinite-loop due to bootanim se_linux warning System is in the terrible slow status, it is always reproduce and cannot be recover when restarting system MTK-Commit-Id: 4b2baa60941648e69063ecad0018e9c91c71253c Change-Id: Ib80ee53ae09de42439a1851008a9884c006b707e CR-Id: ALPS04888892 Feature: Boot Animation
40 lines
1.0 KiB
Plaintext
40 lines
1.0 KiB
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 rw_file_perms;
|
|
|
|
# Date : WK17.43
|
|
# Operation : Migration
|
|
# Purpose : For MTK perfmgr
|
|
allow bootanim proc_perfmgr:dir r_dir_perms;
|
|
allow bootanim proc_perfmgr:file r_file_perms;
|
|
|
|
# Date : WK19.11
|
|
# Operation : Migration
|
|
# Purpose : Allow to access ged for ioctl related functions
|
|
allowxperm bootanim proc_ged:file ioctl { proc_ged_ioctls };
|
|
allowxperm bootanim proc_perfmgr:file ioctl {
|
|
PERFMGR_FPSGO_QUEUE
|
|
PERFMGR_FPSGO_DEQUEUE
|
|
PERFMGR_FPSGO_QUEUE_CONNECT
|
|
PERFMGR_FPSGO_BQID
|
|
};
|
|
|
|
# Date : WK19.48
|
|
# Operation : Migration
|
|
# Purpose : Allow to access gpu device search
|
|
allow bootanim gpu_device:dir search;
|