diff --git a/services/etc/group b/services/etc/group index 122b7519cc794559a6eb4e400752abe821e7b5b7..61d53fd67b33bb83a345101494ae8e7650f576f6 100755 --- a/services/etc/group +++ b/services/etc/group @@ -27,6 +27,8 @@ audio:x:1041: cameraserver:x:1047: uiserver:x:1048: servicectrl:x:1050:root,shell,system,samgr,hdf_devmgr +powerctrl:x:1051:root,shell,system,update,power_host +bootctrl:x:1052:root,shell,system hiview:x:1201: shell:x:2000: cache:x:2001: @@ -65,8 +67,6 @@ connected_tag_host:x:3045: dslm:x:3046: work_scheduler:x:3047: device_usage_stats:x:3048: -faceauth_host:x:3049: -pinauth_host:x:3050: dcamera:x:3052: dinput:x:3053: dscreen:x:3054: diff --git a/services/etc/param/ohos.para b/services/etc/param/ohos.para index 8cf59c90de450488a412204630c30becf2a6e84f..3c954ec7dd93b2e65b45bfde1523c90ece8c8324 100755 --- a/services/etc/param/ohos.para +++ b/services/etc/param/ohos.para @@ -46,7 +46,7 @@ const.build.product=default const.product.hardwareversion=default const.product.bootloader.version=bootloader const.product.cpu.abilist=default -const.product.software.version=OpenHarmony 3.2.2.5 +const.product.software.version=OpenHarmony 3.2.3.1 const.product.incremental.version=default const.product.firstapiversion=1 const.product.build.type=default diff --git a/services/etc/param/ohos.para.dac b/services/etc/param/ohos.para.dac index 888ddcaea55d9c323c0b2a0e634c22545f25c5f3..e1a4979362feaac786ba32140d3b370dffe8ddd0 100755 --- a/services/etc/param/ohos.para.dac +++ b/services/etc/param/ohos.para.dac @@ -27,6 +27,8 @@ persist.sys.usb.config = root:root:0777 # default forbit other user to start service ohos.servicectrl. = system:servicectrl:0775 +ohos.startup.powerctrl. = system:powerctrl:0775 +ohos.boot. = system:bootctrl:0775 #permission for system persist.window.boot. = root:system:0775 diff --git a/services/etc/passwd b/services/etc/passwd index 7d08db5c4c8bd165f075571b3fda49bcac5af1b0..9cbc110ccab9c2081a1724030395c9e3d3b4b1f1 100755 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -65,8 +65,6 @@ connected_tag_host:x:3045:3045:::/bin/false dslm:x:3046:3046:::/bin/false work_scheduler:x:3047:3047:::/bin/false device_usage_stats:x:3048:3048:::/bin/false -faceauth_host:x:3049:3049:::/bin/false -pinauth_host:x:3050:3050:::/bin/false bgtask:x:3051:3051:::/bin/false dcamera:x:3052:3052:::/bin/false dinput:x:3053:3053:::/bin/false