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:
parent
7aac7a23a3
commit
b465b91ec9
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user