mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
smbd: allow capability chown
This is neeed for "inherit owner = yes" in smb.conf. From man smb.conf: inherit owner (S) The ownership of new files and directories is normally governed by effective uid of the connected user. This option allows the Samba administrator to specify that the ownership for new files and directories should be controlled by the ownership of the parent directory. Fixes: https://bugzilla.suse.com/show_bug.cgi?id=1234327
This commit is contained in:
parent
11d121409d
commit
d305028502
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ profile smbd /usr/{bin,sbin}/smbd {
|
|||
include <abstractions/wutmp>
|
||||
|
||||
capability audit_write,
|
||||
capability chown,
|
||||
capability dac_override,
|
||||
capability dac_read_search,
|
||||
capability fowner,
|
||||
|
|
Loading…
Add table
Reference in a new issue