diff --git a/private/dumpstate.te b/private/dumpstate.te index 6a6629371b26569de9ea75dff0ee7a68d702f830..62628dd2575710e22f82bf7992fefeed9f5e3578 100644 --- a/private/dumpstate.te +++ b/private/dumpstate.te @@ -17,3 +17,6 @@ allow dumpstate storaged_exec:file rx_file_perms; # Allow dumpstate to make binder calls to storaged service binder_call(dumpstate, storaged) + +# Collect metrics on boot time created by init +get_prop(dumpstate, boottime_prop)