mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 14:25:52 +00:00
smbd profile needs capability sys_admin
smbd stores ACLS in the security.NTACL namespace, which means it needs capability sys_admin. References: https://bugzilla.opensuse.org/show_bug.cgi?id=964971 http://samba-technical.samba.narkive.com/eHtOW8DE/nt-acls-using-the-security-namespace-for-ntacl-considered-improper Acked-by: Steve Beattie <steve@nxnw.org> for 2.10 and 2.9 (trunk got this and other changes via a merge request from Simon already)
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
capability net_bind_service,
|
||||
capability setgid,
|
||||
capability setuid,
|
||||
capability sys_admin, # needed to store ACLS in the security.NTACL namespace
|
||||
capability sys_resource,
|
||||
capability sys_tty_config,
|
||||
|
||||
|
Reference in New Issue
Block a user