You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
445 B
15 lines
445 B
# bootstat command |
|
type bootstat, domain; |
|
type bootstat_exec, exec_type, file_type; |
|
|
|
read_runtime_log_tags(bootstat) |
|
|
|
# Allow persistent storage in /data/misc/bootstat. |
|
allow bootstat bootstat_data_file:dir rw_dir_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 |
|
get_prop(bootstat, boottime_prop)
|
|
|