From 4037e7da314c60ab284224a9a7daac9ab6315900 Mon Sep 17 00:00:00 2001 From: w00524930 Date: Wed, 12 Jul 2023 18:17:25 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20f88eea9=20from=20https://gitee.com/wang?= =?UTF-8?q?xinqiang007/security=5Fselinux=5Fadapter/pulls/2629=20=E6=97=A0?= =?UTF-8?q?=E9=9A=9C=E7=A2=8D=E6=A8=A1=E5=9D=97=E5=A2=9E=E5=8A=A0selinux?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: w00524930 --- sepolicy/base/te/accessibility.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sepolicy/base/te/accessibility.te b/sepolicy/base/te/accessibility.te index 3a4acc54e..c8df7e600 100644 --- a/sepolicy/base/te/accessibility.te +++ b/sepolicy/base/te/accessibility.te @@ -74,3 +74,6 @@ allow accessibility vendor_bin_file:dir { search }; allow accessibility vendor_file:file { map open read getattr }; allow accessibility chip_prod_file:file { map open read getattr }; allow accessibility data_app_el1_file:file { map open read getattr }; +allow accessibility dev_console_file:chr_file { read write }; +allow accessibility sysfs_devices_system_cpu:file { read }; +allow accessibility sa_dataobs_mgr_service_service:samgr_class { get }; -- Gitee