commit aa6e56d2a3e1cf0d53d70db8348c35272e876677
parent cc3f6c3e25cb95e7198bdcc9818ece3a109ee70d
Author: ccx <ccx@te2000.cz>
Date: Fri, 8 Mar 2024 13:19:44 +0000
xorg user and password
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/postinstall.aat b/postinstall.aat
@@ -71,6 +71,8 @@
|line_append_file("disk:x", ":6:", "root,adm", "^[^:]*:[^:]*", ".*")
|line_append_file("input:x", ":97:", "xorg", "^[^:]*:[^:]*", ".*")
|line_append_file("uucp:x", ":14:", "ccx", "^[^:]*:[^:]*", ".*")
+# X11
+|line_append_file("xorg:x", ":111:", "xorg", "^[^:]*:[^:]*", ".*")
/etc/passwd f +
?i grep -q '^root:.*:{<root_shell>}$'
@@ -82,6 +84,9 @@
|passwd_user("dhcpcd:x:546:546:sshd:/dev/null:/sbin/nologin")
|shadow_user("dhcpcd:!::0:::::")
+|passwd_user("xorg:x:110:111:xorg:/var/emtpy:/sbin/nologin")
+|shadow_user("xorg:!::0:::::")
+
|passwd_user("ccx:x:1000:1000:Jan Pobrislo:/home/ccx:/bin/zsh")
|#shadow_user("ccx:*:10000::::::")