2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 22:35:35 +00:00

smbd: include snippet generated at runtime on Debian

This commit is contained in:
intrigeri
2019-02-24 17:42:16 +00:00
parent fb35ee4efc
commit 9af832f48a

View File

@@ -59,6 +59,10 @@ profile smbd /usr/{bin,sbin}/smbd {
@{HOMEDIRS}/** lrwk,
/var/lib/samba/usershares/{,**} lrwk,
# Permissions for all configured shares (file autogenerated by
# update-apparmor-samba-profile on service startup on Debian)
include if exists <samba/smbd-shares>
# Site-specific additions and overrides. See local/README for details.
include if exists <local/usr.sbin.smbd>
}