feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-06-04 20:13:40 +01:00
parent d98621625a
commit 8b60e56002
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
21 changed files with 71 additions and 59 deletions

View file

@ -84,6 +84,11 @@ profile sshd @{exec_path} flags=(attach_disconnected) {
@{etc_ro}/ssh/sshd_config.d/{,*} r,
/etc/ssh/ssh_host_* r,
/var/lib/lastlog/ r,
/var/lib/lastlog/* rwk,
/var/lib/wtmpdb/ r,
/var/lib/wtmpdb/* rwk,
# For scp
owner @{user_download_dirs}/{,**} rwl,
owner @{user_sync_dirs}/{,**} rwl,