2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 10:07:12 +00:00

exported smbd files need to have 'k' to work properly with certain applications

This commit is contained in:
Jamie Strandboge 2010-09-14 14:12:49 -05:00
parent 7aac7a23a3
commit b465b91ec9
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
# then an administrator can adjust /etc/apparmor.d/local/usr.sbin.smbd to
# contain any additional paths to be allowed, such as:
#
# /var/exports/** lrw,
# /var/exports/** lrwk,
#
# Keep in mind that 'deny' rules are evaluated after allow rules, so you won't
# be able to allow access to files that are explicitly denied by the shipped

View File

@ -32,7 +32,7 @@
/var/log/samba/cores/smbd/** rw,
/var/spool/samba/** rw,
@{HOMEDIRS}/** lrw,
@{HOMEDIRS}/** lrwk,
# Site-specific additions and overrides. See local/README for details.
#include <local/usr.sbin.smbd>