Skip to content
Snippets Groups Projects
Commit 1c118de1 authored by Tri Vo's avatar Tri Vo Committed by android-build-merger
Browse files

Remove bootstat access to proc label. am: b1affc90 am: 869cecec am: a60c7d92

am: 1a66beb8

Change-Id: I306a9d1546e1b4d123ca6646d6a9e0e06b66345b
parents 9c2c4343 1a66beb8
No related branches found
No related tags found
No related merge requests found
...@@ -8,9 +8,6 @@ read_runtime_log_tags(bootstat) ...@@ -8,9 +8,6 @@ read_runtime_log_tags(bootstat)
allow bootstat bootstat_data_file:dir rw_dir_perms; allow bootstat bootstat_data_file:dir rw_dir_perms;
allow bootstat bootstat_data_file:file create_file_perms; allow bootstat bootstat_data_file:file create_file_perms;
# Read access to pseudo filesystems (for /proc/uptime).
r_dir_file(bootstat, proc)
# Collect metrics on boot time created by init # Collect metrics on boot time created by init
get_prop(bootstat, boottime_prop) get_prop(bootstat, boottime_prop)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment