From 108014e8f7c9ffb19f6bd4a2e38562251032abb8 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Sun, 9 Jul 2017 14:18:59 -0700 Subject: [PATCH] 'user' and 'root' groups --- filesystem.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/filesystem.toml b/filesystem.toml index c8da673..645a61d 100644 --- a/filesystem.toml +++ b/filesystem.toml @@ -108,7 +108,9 @@ data = "https://static.redox-os.org/pkg" [[files]] path = "/etc/group" -data = "sudo;1;user" +data = """root;0;root +user;1000;user +sudo;1;user""" [[files]] path = "/etc/hostname"