[ALPS03923695] Modify systemserver selinux rule

[Detail]
1>.Android P remove proc selinux rule.
2>.Need add proc_bootprof for bootprof feature.

MTK-Commit-Id: db58a2ce3a8da459758983b8a1b439c3e5d59d87

Change-Id: Ibd30a2fa55cf2d5463ab320d4c7d9e64f02bb90f
CR-Id: ALPS03923695
Feature: [Module]SystemServer
This commit is contained in:
Chuanghua Zhao 2020-01-18 09:48:47 +08:00
parent 2376a2348f
commit 34fd142b88

View File

@ -9,8 +9,8 @@ allow system_server irtx_device:chr_file rw_file_perms;
allow system_server qemu_pipe_device:chr_file rw_file_perms; allow system_server qemu_pipe_device:chr_file rw_file_perms;
allow system_server wmtWifi_device:chr_file w_file_perms; allow system_server wmtWifi_device:chr_file w_file_perms;
# /proc access. # Add for bootprof
#allow system_server proc:file w_file_perms; allow system_server proc_bootprof:file w_file_perms;
# /data/core access. # /data/core access.
allow system_server aee_core_data_file:dir r_dir_perms; allow system_server aee_core_data_file:dir r_dir_perms;