Skip to content
Snippets Groups Projects
Commit b1affc90 authored by Tri Vo's avatar Tri Vo
Browse files

Remove bootstat access to proc label.

Bug: 65643247
Test: device boots without denials from bootstat to proc.
Change-Id: Ie31a0488239dbb1614fbcce07540d23afa805b0e
parent c8ef107a
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