Merge "Allow crash_dump to read uptime" am: 6e9494af08
am: 1f349fd8a9
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1789687 Change-Id: Ifa0f57b9200743166aa20ce3ee9bbd0aa96bc8b7
This commit is contained in:
commit
0e486b6c6f
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ allow crash_dump dalvikcache_data_file:file r_file_perms;
|
|||
# Read APEX data directories.
|
||||
allow crash_dump apex_module_data_file:dir { getattr search };
|
||||
|
||||
# Read uptime
|
||||
allow crash_dump proc_uptime:file r_file_perms;
|
||||
|
||||
# Read APK files.
|
||||
r_dir_file(crash_dump, apk_data_file);
|
||||
|
||||
|
|
Loading…
Reference in a new issue