From 4387abd2372fb8391923349b95b15ba45afe7875 Mon Sep 17 00:00:00 2001 From: y1585740638 Date: Tue, 30 Apr 2024 15:00:52 +0800 Subject: [PATCH] =?UTF-8?q?atm=E6=9D=83=E9=99=90=E6=9C=80=E5=B0=8F?= =?UTF-8?q?=E5=8C=96=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: y1585740638 Change-Id: I565ae74713c39be580193494aab64a4416a55f28 --- .../ohos_policy/security/access_token/system/atm.te | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sepolicy/ohos_policy/security/access_token/system/atm.te b/sepolicy/ohos_policy/security/access_token/system/atm.te index a4e59f2c4..bd738afb3 100644 --- a/sepolicy/ohos_policy/security/access_token/system/atm.te +++ b/sepolicy/ohos_policy/security/access_token/system/atm.te @@ -19,26 +19,15 @@ developer_only(` allow samgr atm:process { getattr }; allow samgr atm:binder { call transfer }; - allow atm hdcd:fifo_file { ioctl read write }; - allowxperm atm hdcd:fifo_file ioctl { 0x5413 }; - allow atm sa_accesstoken_manager_service:samgr_class { get }; allow atm sa_privacy_service:samgr_class { get }; allow atm sh:fd { use }; - allow atm hdcd:unix_stream_socket { read write }; - allow atm hdcd:fd { use }; - - allow atm tty_device:chr_file { read write }; allow atm devpts:chr_file { read write ioctl }; allowxperm atm devpts:chr_file ioctl { 0x5413 }; - allow atm dev_console_file:chr_file { read write }; - allow atm debug_param:file { read open map }; allow atm dev_unix_socket:dir { search }; - allow atm hilog_param:file { read map open }; - allow atm samgr:binder { call }; allow atm accesstoken_service:binder { call }; -- Gitee