Merge "[ALPS04340640] SELinux policy update bootanim.te" into alps-trunk-q0.basic

Change-Id: Ie7f022b0c8b9437cc19e6d1c17652cda6bc4a904
MTK-Commit-Id: 2a6d5e8c19f2503fbb5b9cf8accb43c6f8de9726
This commit is contained in:
Sandeep Bora 2020-01-18 10:09:05 +08:00 committed by Gerrit Code Review
commit 67a10e3b1b
2 changed files with 1 additions and 3 deletions

View File

@ -25,4 +25,4 @@ allow bootanim proc_perfmgr:file {open read ioctl};
# Date : WK19.11
# Operation : Migration
# Purpose : Allow to access ged for ioctl related functions
allowxperm bootanim proc_ged:file ioctl {PROC_GED_IOCTLCMD_1 PROC_GED_IOCTLCMD_3};
allowxperm bootanim proc_ged:file ioctl { GED_BRIDGE_IO_LOG_BUF_GET GED_BRIDGE_IO_GE_GET };

View File

@ -1,5 +1,3 @@
define(`PROC_GED_IOCTLCMD_1', `0x00006700')
define(`PROC_GED_IOCTLCMD_3', `0x00006765')
define(`GED_BRIDGE_IO_GE_ALLOC', `0x6764')
define(`GED_BRIDGE_IO_GE_GET', `0x6765')
define(`GED_BRIDGE_IO_LOG_BUF_GET', `0x6700')