From 052de856783feca4ddba1e974b45e2a7eeaf9d11 Mon Sep 17 00:00:00 2001 From: maosiping Date: Mon, 24 Apr 2023 12:39:34 +0800 Subject: [PATCH] add netsysnative uid Signed-off-by: maosiping --- services/etc/group | 1 + services/etc/passwd | 1 + 2 files changed, 2 insertions(+) diff --git a/services/etc/group b/services/etc/group index 385458d7..17674353 100644 --- a/services/etc/group +++ b/services/etc/group @@ -105,6 +105,7 @@ useriam:x:1088: backup:x:1089: storage_manager:x:1090: net_manager:x:1099: +netsysnative:x:1098: edm:x:3057: account:x:3058: download:x:3815: diff --git a/services/etc/passwd b/services/etc/passwd index 96c0882e..6daedbea 100644 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -104,6 +104,7 @@ useriam:x:1088:1088:::/bin/false backup:x:1089:1089:::/bin/false storage_manager:x:1090:1090:::/bin/false net_manager:x:1099:1099:::/bin/false +netsysnative:x:1098:1098:::/bin/false edm:x:3057:3057:::/bin/false account:x:3058:3058:::/bin/false download:x:3815:3815:::/bin/false -- GitLab