mrrl-system-config

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

commit 111d53a08891c6d23cb4d5eee9af27cd2895f9ab
parent f57730644b1cceeae0dd190f26927883b4cc8cda
Author: ccx <ccx@te2000.cz>
Date:   Mon, 11 Mar 2024 20:58:47 +0000

Create tcb shadow file for ccx

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

diff --git a/postinstall.aat b/postinstall.aat @@ -90,6 +90,12 @@ |passwd_user("ccx:x:1000:1000:Jan Pobrislo:/home/ccx:/bin/zsh") |#shadow_user("ccx:*:10000::::::") +/etc/tcb + d m755 +/etc/tcb/ccx + d m755 o0:1000 +/etc/tcb/ccx/shadow + f m755 o0:1000 +? grep -qe '^ccx:' "$fname" +! printf '%s\n' "ccx:*:10000::::::" >"$fname" + /etc/skel + /etc/skel/.config + d m750 /etc/skel/.cache + d m750