2022-04-13 14:31:05 +01:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Copyright (C) 2022 SUSE LLC
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
|
|
# License published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
# vim:syntax=apparmor
|
|
|
|
|
2023-06-30 23:36:12 -07:00
|
|
|
abi <abi/4.0>,
|
2022-04-13 14:31:05 +01:00
|
|
|
|
|
|
|
include <tunables/global>
|
|
|
|
|
2022-06-06 11:57:14 +03:00
|
|
|
profile samba-rpcd /usr/lib*/samba/{,samba/}rpcd_{mdssvc,epmapper,rpcecho,fsrvp,lsad,winreg} {
|
2022-04-13 14:31:05 +01:00
|
|
|
include <abstractions/samba-rpcd>
|
2024-04-22 23:46:44 +00:00
|
|
|
|
|
|
|
capability sys_resource,
|
|
|
|
|
2022-09-28 17:16:55 +03:00
|
|
|
/usr/lib*/samba/{,samba/}rpcd_{mdssvc,epmapper,rpcecho,fsrvp,lsad,winreg} mr,
|
|
|
|
|
2024-04-22 23:46:44 +00:00
|
|
|
@{run}/samba/ncalrpc/np/lsarpc wr,
|
|
|
|
@{run}/samba/ncalrpc/np/mdssvc wr,
|
2022-09-28 17:16:55 +03:00
|
|
|
@{run}/samba/ncalrpc/np/winreg wr,
|
|
|
|
|
2022-04-13 14:31:05 +01:00
|
|
|
# Site-specific additions and overrides. See local/README for details.
|
|
|
|
include if exists <local/samba-rpcd>
|
|
|
|
}
|