update apparmor profiles
Signed-off-by: Alexandre Pujol <alexandre@pujol.io>
This commit is contained in:
parent
44aca3ba51
commit
3430e3df90
56 changed files with 146 additions and 45 deletions
|
|
@ -49,16 +49,11 @@ profile adduser @{exec_path} {
|
|||
|
||||
/etc/adduser.conf r,
|
||||
|
||||
# To create user dirs
|
||||
# To create user dirs and copy files from /etc/skel/ to them
|
||||
@{HOME}/ rw,
|
||||
|
||||
# To copy files from /etc/skel/ to user dirs
|
||||
@{HOME}/.* w,
|
||||
/var/lib/*/{,*} rw,
|
||||
/etc/skel/{,.*} r,
|
||||
|
||||
# What's this for? (#FIXME#)
|
||||
/var/lib/lightdm/{,*} w,
|
||||
/var/lib/sddm/{,*} w,
|
||||
|
||||
include if exists <local/adduser>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue