logo

apparmor.d

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/apparmor.d.git

samba-dcerpcd (1048B)


  1. # ------------------------------------------------------------------
  2. #
  3. # Copyright (C) 2022 SUSE LLC
  4. #
  5. # This program is free software; you can redistribute it and/or
  6. # modify it under the terms of version 2 of the GNU General Public
  7. # License published by the Free Software Foundation.
  8. #
  9. # ------------------------------------------------------------------
  10. # vim:syntax=apparmor
  11. abi <abi/3.0>,
  12. include <tunables/global>
  13. profile samba-dcerpcd /usr/lib*/samba/{,samba/}samba-dcerpcd {
  14. include <abstractions/samba-rpcd>
  15. @{run}/{,samba/}samba-dcerpcd.pid rwk,
  16. /usr/lib*/samba/{,samba/}samba-dcerpcd mr,
  17. /usr/lib*/samba/ r,
  18. /usr/lib*/samba/{,samba/}rpcd_{mdssvc,epmapper,rpcecho,fsrvp,lsad,winreg} Px -> samba-rpcd,
  19. /usr/lib*/samba/{,samba/}rpcd_classic Px -> samba-rpcd-classic,
  20. /usr/lib*/samba/{,samba/}rpcd_spoolss Px -> samba-rpcd-spoolss,
  21. @{run}/samba/ncalrpc/ rw,
  22. @{run}/samba/ncalrpc/** rw,
  23. # Site-specific additions and overrides. See local/README for details.
  24. include if exists <local/samba-dcerpcd>
  25. }