From 36602eb03ce0181da8ca5ec9f1b6f121a28f5538 Mon Sep 17 00:00:00 2001 From: mojifeng Date: Wed, 21 Feb 2024 16:16:55 +0800 Subject: [PATCH] config group and usr for nnrt host Change-Id: I284e91d18797c6eef605cb9773f2651ba78937e0 --- services/etc/group | 1 + services/etc/passwd | 1 + 2 files changed, 2 insertions(+) diff --git a/services/etc/group b/services/etc/group index bfba949..9e11391 100644 --- a/services/etc/group +++ b/services/etc/group @@ -145,3 +145,4 @@ oaid_service:x:6101: code_sign:x:3074: hdf_ext_devmgr:x:3085: intell_voice_host:x:3100: +nnrt_host:x:3311: \ No newline at end of file diff --git a/services/etc/passwd b/services/etc/passwd index 5280d7b..92528aa 100644 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -142,3 +142,4 @@ oaid_service:x:6101:6101:::/bin/false code_sign:x:3074:3074:::/bin/false hdf_ext_devmgr:x:3085:3085:::/bin/false intell_voice_host:x:3100:3100:::/bin/false +nnrt_host:x:3311:3311:::/bin/false \ No newline at end of file -- Gitee