Explicitly set user root for the gs_watchdogd service.
Otherwise host_init_verifier would fail. Bug: 362447627 Test: Treehugger Flag: EXEMPT bugfix Change-Id: I36a3a67dc357f608b33a131a4e5f6fd6defb91e5
This commit is contained in:
parent
1ae1d53973
commit
c0b820e056
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
# Pet watchdog timer every half of its timeout period.
|
# Pet watchdog timer every half of its timeout period.
|
||||||
service gs_watchdogd /system_ext/bin/gs_watchdogd
|
service gs_watchdogd /system_ext/bin/gs_watchdogd
|
||||||
|
user root
|
||||||
class core
|
class core
|
||||||
oneshot
|
oneshot
|
||||||
seclabel u:r:gs_watchdogd:s0
|
seclabel u:r:gs_watchdogd:s0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue