factory: update owner and group for root

Update the exec root owner and group for factory_post_boot

Bug: 222226268
Test: pidx=`adb shell pidof adbd` && adb shell cat proc/$pidx/task/$pidx/sched | grep "adbd \|effective uclamp.min"
Change-Id: I7ad3fc9f2db8bd4d6f4c3d2fdf1de1abc0ddcb16
This commit is contained in:
Ryan Chu 2022-03-11 10:14:18 +08:00
parent 1c697c5df3
commit 1f95aca935

View file

@ -16,4 +16,4 @@ on boot
on property:sys.boot_completed=1
# Bump nnapi min clamp & add adbd to it for factory (b/222226268)
write /sys/kernel/vendor_sched/nnapi_uclamp_min 512
exec - system system -- /vendor/bin/factory/factory_post_boot
exec - root root -- /vendor/bin/factory/factory_post_boot