From 2c6cbe3ec3b78fea76c01f744a4e1bd12acfa3eb Mon Sep 17 00:00:00 2001 From: zhaoguojian Date: Wed, 12 Oct 2022 16:14:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0security=5Fguard=20UID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhaoguojian --- services/etc/group | 1 + services/etc/passwd | 1 + 2 files changed, 2 insertions(+) diff --git a/services/etc/group b/services/etc/group index 935c7c3c..1ef1ef80 100644 --- a/services/etc/group +++ b/services/etc/group @@ -116,3 +116,4 @@ memmgr:x:1111: ispserver:x:3821: dfs_share:x:3822: appspawn:x:4000: +security_guard:x:3520: diff --git a/services/etc/passwd b/services/etc/passwd index 58178dc6..2595f489 100644 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -111,3 +111,4 @@ motion_host:x:3065:3065:::/bin/false memmgr:x:1111:1111:::/bin/false ispserver:x:3821:3821:::/bin/false dfs_share:x:3822:3822:::/bin/false +security_guard:x:3520:3520:::/bin/false -- GitLab