mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-12 23:37:51 +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
|
||||
@{HOME}/ rw,
|
||||
@{HOME}/.** w,
|
||||
@{HOME}/** wl,
|
||||
@{HOME}/**/ r,
|
||||
/var/lib/*/{,*} rw,
|
||||
/etc/skel/{,.**} r,
|
||||
|
|
Loading…
Reference in a new issue