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-dcerpcd /usr/lib*/samba/{,samba/}samba-dcerpcd {
|
2022-04-13 14:31:05 +01:00
|
|
|
include <abstractions/samba-rpcd>
|
|
|
|
|
2024-04-22 23:46:44 +00:00
|
|
|
capability sys_resource,
|
|
|
|
|
2023-02-27 13:19:54 +02:00
|
|
|
@{run}/{,samba/}samba-dcerpcd.pid rwk,
|
2022-04-13 14:31:05 +01:00
|
|
|
|
2022-09-28 17:16:55 +03:00
|
|
|
/usr/lib*/samba/{,samba/}samba-dcerpcd mr,
|
2022-05-11 15:55:01 +01:00
|
|
|
|
2022-09-28 17:16:55 +03:00
|
|
|
/usr/lib*/samba/ r,
|
2024-06-08 22:46:53 +02:00
|
|
|
/usr/lib*/samba/{,samba/}rpcd_{mdssvc,epmapper,rpcecho,fsrvp,lsad,winreg,witness} Px -> samba-rpcd,
|
2022-06-06 11:57:14 +03:00
|
|
|
/usr/lib*/samba/{,samba/}rpcd_classic Px -> samba-rpcd-classic,
|
|
|
|
/usr/lib*/samba/{,samba/}rpcd_spoolss Px -> samba-rpcd-spoolss,
|
2022-04-13 14:31:05 +01:00
|
|
|
|
|
|
|
@{run}/samba/ncalrpc/ rw,
|
|
|
|
@{run}/samba/ncalrpc/** rw,
|
|
|
|
# Site-specific additions and overrides. See local/README for details.
|
|
|
|
include if exists <local/samba-dcerpcd>
|
|
|
|
}
|