fix(profile): ensure useradd can fully populate the skelleton.
This commit is contained in:
parent
3013c1ea5a
commit
194d18191e
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ profile useradd @{exec_path} {
|
||||||
|
|
||||||
# To create user dirs and copy files from /etc/skel/ to them
|
# To create user dirs and copy files from /etc/skel/ to them
|
||||||
@{HOME}/ rw,
|
@{HOME}/ rw,
|
||||||
@{HOME}/.** w,
|
@{HOME}/** wl,
|
||||||
@{HOME}/**/ r,
|
@{HOME}/**/ r,
|
||||||
/var/lib/*/{,*} rw,
|
/var/lib/*/{,*} rw,
|
||||||
/etc/skel/{,.**} r,
|
/etc/skel/{,.**} r,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue