From f345ea3be14198b639f54fce79a3e1b3da4b5fb2 Mon Sep 17 00:00:00 2001 From: zhang-junxi66 Date: Mon, 23 May 2022 09:36:03 +0800 Subject: [PATCH] Signed-off-by: zhang-junxi66 Changes to be committed: modified: services/etc/group modified: services/etc/passwd --- services/etc/group | 7 ++++++- services/etc/passwd | 6 +++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/services/etc/group b/services/etc/group index 3647fc03..0cd75000 100755 --- a/services/etc/group +++ b/services/etc/group @@ -86,4 +86,9 @@ useriam:x:1088: backup:x:1089: storage_manager:1090: net_manager:x:1099: -edm:x:3051: \ No newline at end of file +edm:x:3051: +download:x:3815: +pasteboard:x:3816: +wallpaper:x:3817: +screenlock:x:3818: +time:x:3819: \ No newline at end of file diff --git a/services/etc/passwd b/services/etc/passwd index 1dd6b28e..1bb81129 100755 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -89,4 +89,8 @@ backup:x:1089:1089:::/bin/false storage_manager:x:1090:1090:::/bin/false net_manager:x:1099:1099:::/bin/false edm:x:3051:3051:::/bin/false - +download:x:3815:3815:::/bin/false +pasteboard:x:3816:3816:::/bin/false +wallpaper:x:3817:3817:::/bin/false +screenlock:x:3818:3818:::/bin/false +time:x:3819:3819:::/bin/false \ No newline at end of file -- GitLab