fix(profile): ensure useradd can fully populate the skelleton.

This commit is contained in:
Alexandre Pujol 2024-11-13 12:37:02 +00:00 committed by nobody43
parent b36a980461
commit c5367943cb

View file

@ -53,7 +53,7 @@ profile useradd @{exec_path} {
# To create user dirs and copy files from /etc/skel/ to them
@{HOME}/ rw,
@{HOME}/.** w,
@{HOME}/** wl,
@{HOME}/**/ r,
/var/lib/*/{,*} rw,
/etc/skel/{,.**} r,