Skip to content

Commit

Permalink
fix(profile): ensure useradd can fully populate the skelleton.
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Nov 13, 2024
1 parent 3013c1e commit 194d181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apparmor.d/profiles-s-z/useradd
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 194d181

Please sign in to comment.