SELinux: allow gms core write to aconfigd socket

Bug: b/312459182
Test: m
Change-Id: If59a1c8bdf98274b9dac33a2125780a3c43910db
This commit is contained in:
Dennis Shen 2024-06-13 18:43:49 +00:00
parent 33bc92dab5
commit 182b19b51c

View file

@ -136,6 +136,10 @@ allow gmscore_app checkin_data_file:file create_file_perms;
allow gmscore_app shell_data_file:file r_file_perms;
allow gmscore_app shell_data_file:dir r_dir_perms;
# allow gms core app write to aconfigd socket
allow gmscore_app aconfigd_socket:sock_file {read write};
allow gmscore_app aconfigd:unix_stream_socket connectto;
# b/18504118: Allow reads from /data/anr/traces.txt
allow gmscore_app anr_data_file:file r_file_perms;