mirror of
https://gitee.com/openharmony/security_selinux
synced 2024-11-27 07:10:25 +00:00
!2433 hidumper 调用 RS 接口添加 selinux 权限
Merge pull request !2433 from JL/master
This commit is contained in:
commit
06f2eba975
2
sepolicy/ohos_policy/hiviewdfx/hidumper/system/hidumper_service.te
Normal file → Executable file
2
sepolicy/ohos_policy/hiviewdfx/hidumper/system/hidumper_service.te
Normal file → Executable file
@ -294,3 +294,5 @@ allow hidumper_service hiview:binder { transfer };
|
||||
allow hidumper_service hiperf:file { getattr };
|
||||
|
||||
neverallow hidumper_service *:process ptrace;
|
||||
|
||||
allow hidumper_service render_service:binder transfer;
|
||||
|
1
sepolicy/ohos_policy/hiviewdfx/hidumper/system/render_service.te
Normal file → Executable file
1
sepolicy/ohos_policy/hiviewdfx/hidumper/system/render_service.te
Normal file → Executable file
@ -13,3 +13,4 @@
|
||||
|
||||
allow render_service accesstoken_service:binder call;
|
||||
allow render_service sa_accesstoken_manager_service:samgr_class get;
|
||||
allow render_service hidumper_service:binder { call transfer };
|
||||
|
Loading…
Reference in New Issue
Block a user