mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-26 21:08:04 +01:00
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…
Reference in a new issue