commit | 6e9494af085beffa6bcee10b0e2c03dc7a3ade7b | [log] [tgz] |
---|---|---|
author | Keith Mok <keithmok@google.com> | Tue Aug 10 07:25:46 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Aug 10 07:25:46 2021 +0000 |
tree | 13cc48efb015fc408464f4b42fd0bc255d612023 | |
parent | 6d0f93af27168236424f27a259cbff3c29ec8fff [diff] | |
parent | a03659044bed6a9b275bb5c95ff955617d96cc0c [diff] |
Merge "Allow crash_dump to read uptime"
diff --git a/public/crash_dump.te b/public/crash_dump.te index a6f0a94..9f3be62 100644 --- a/public/crash_dump.te +++ b/public/crash_dump.te
@@ -34,6 +34,9 @@ # 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);