summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorRyan Chu <churyan@google.com>2022-03-11 10:14:18 +0800
committerRyan Chu <churyan@google.com>2022-03-16 06:56:14 +0000
commit1f95aca935464477a6b956f430bf9bc02802affc (patch)
treeeb9ba5ac630086db3776dcdf7191b2dc367efb19 /conf
parent1c697c5df390c044ad14b98d8dfd0e06d522c618 (diff)
downloadgs201-1f95aca935464477a6b956f430bf9bc02802affc.tar.gz
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
Diffstat (limited to 'conf')
-rw-r--r--conf/init.factory.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/init.factory.rc b/conf/init.factory.rc
index 409ab1a..f218f3f 100644
--- a/conf/init.factory.rc
+++ b/conf/init.factory.rc
@@ -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