mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00

On Arch Linux rpcd_classic, rpcd_epmapper, rpcd_fsrvp, rpcd_lsad, rpcd_mdssvc, rpcd_rpcecho, rpcd_spoolss, rpcd_winreg, samba-bgqd, samba-dcerpcd and smbspool_krb5_wrapper are in /usr/lib/samba/samba/. See https://archlinux.org/packages/extra/x86_64/samba/files/ and https://bugs.archlinux.org/task/74614.
24 lines
762 B
Text
24 lines
762 B
Text
# ------------------------------------------------------------------
|
|
#
|
|
# 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
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
profile samba-rpcd-spoolss /usr/lib*/samba/{,samba/}rpcd_spoolss {
|
|
include <abstractions/samba-rpcd>
|
|
|
|
/usr/lib*/samba/{,samba/}rpcd_spoolss m,
|
|
/usr/lib*/samba/{,samba/}samba-bgqd Px -> samba-bgqd,
|
|
|
|
# Site-specific additions and overrides. See local/README for details.
|
|
include if exists <local/samba-rpcd-spoolss>
|
|
}
|