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:
parent
1c697c5df3
commit
1f95aca935
1 changed files with 1 additions and 1 deletions
|
@ -16,4 +16,4 @@ on boot
|
||||||
on property:sys.boot_completed=1
|
on property:sys.boot_completed=1
|
||||||
# Bump nnapi min clamp & add adbd to it for factory (b/222226268)
|
# Bump nnapi min clamp & add adbd to it for factory (b/222226268)
|
||||||
write /sys/kernel/vendor_sched/nnapi_uclamp_min 512
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue