device_google_gs201/whitechapel_pro/better_bug_app.te
George Lee 39ffb227b3 betterbug: Add selinux policy for betterbug
Enable Betterbug to read reboot reason such that Betterbug can file
bugreport when *uvlo* or *ocp* is found within reboot reason.

Bug: 237287659
Test: Load Betterbug for accessing boot reason property
Signed-off-by: George Lee <geolee@google.com>
Change-Id: Id699be34d2e060ee7827737982403fd58f133c4a
2022-10-13 23:44:06 +00:00

6 lines
149 B
Text

type better_bug_app, domain;
userdebug_or_eng(`
app_domain(better_bug_app)
get_prop(better_bug_app, vendor_startup_bugreport_requested_prop)
')