mirror of
https://gitee.com/openharmony/security_selinux
synced 2024-11-23 13:30:05 +00:00
!2527 允许processdump在native crash时向ability manager service 报告进程退出原因
Merge pull request !2527 from Maplestory_zeng/master
This commit is contained in:
commit
f1c62da581
@ -92,6 +92,8 @@ allow processdump init:unix_stream_socket { read write connectto };
|
||||
|
||||
#============ foundation ===========
|
||||
allow processdump foundation:dir { getattr open read search };
|
||||
allow processdump foundation:binder { call transfer };
|
||||
allow processdump sa_foundation_abilityms:samgr_class { get };
|
||||
|
||||
#============ data_xxx ==================
|
||||
allow processdump data_init_agent:file { append ioctl open read };
|
||||
@ -114,6 +116,8 @@ allow processdump system_lib_file:dir { search };
|
||||
allow processdump system_lib_file:file { execute getattr map open read };
|
||||
allow processdump system_etc_file:dir { getattr open read search };
|
||||
allow processdump system_etc_file:file { getattr open read };
|
||||
allow processdump system_usr_file:dir { search };
|
||||
allow processdump system_usr_file:file { getattr read open map };
|
||||
|
||||
#============ vendor_xxx =================
|
||||
allow processdump vendor_file:file { getattr map open read };
|
||||
|
Loading…
Reference in New Issue
Block a user