Merge "allow aconfigd to mmap test storage files" into main am: 78dbd5ea7b
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/3008600 Change-Id: I0c2f62667ab077b6868152cf7ff716a06bbee99c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
0d42ad21cc
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ allow aconfigd aconfigd_socket:sock_file rw_file_perms;
|
|||
# allow aconfigd to access shell_data_file for atest
|
||||
userdebug_or_eng(`
|
||||
allow aconfigd shell_data_file:dir search;
|
||||
allow aconfigd shell_data_file:file { getattr read open };
|
||||
allow aconfigd shell_data_file:file { getattr read open map };
|
||||
')
|
||||
|
||||
# allow aconfigd to log to the kernel.
|
||||
|
|
Loading…
Reference in a new issue