mrrl-system-config

system configuration on top of MRRL
git clone https://ccx.te2000.cz/git/mrrl-system-config
Log | Files | Refs

commit ec0c57325a5319224ad8942d6a4a7a081d295160
parent 11ddbd502cd3026f5258c5dc91f47f7d817a1d01
Author: ccx <ccx@te2000.cz>
Date:   Mon,  6 May 2024 18:48:15 +0000

Add tinc user

Diffstat:
Mpostinstall.aat | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/postinstall.aat b/postinstall.aat @@ -76,6 +76,7 @@ |line_append_file("xorg:x", ":111:", "xorg", "^[^:]*:[^:]*", ".*") # containerized services |line_append_file("wpa_supplicant:x", ":802:", "", "^[^:]*:[^:]*", ".*") +|line_append_file("tinc:x", ":665:", "", "^[^:]*:[^:]*", ".*") /etc/passwd f + ?i grep -q '^root:.*:{<root_shell>}$' @@ -93,6 +94,9 @@ |passwd_user("wpa_supplicant:x:802:802:wpa_supplicant:/var/emtpy:/sbin/nologin") |shadow_user("wpa_supplicant:!::0:::::") +|passwd_user("tinc:x:665:665:tinc:/var/emtpy:/sbin/nologin") +|shadow_user("tinc:!::0:::::") + |passwd_user("ccx:x:1000:1000:Jan Pobrislo:/home/ccx:/bin/zsh") |#shadow_user("ccx:*:10000::::::")