logo

apparmor.d

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

samba-rpcd (817B)


  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. # This file contains basic permissions for samba rpcd_xyz services
  12. abi <abi/3.0>,
  13. include <abstractions/base>
  14. include <abstractions/nameservice>
  15. include <abstractions/samba>
  16. capability setgid,
  17. capability setuid,
  18. signal receive set=term peer=smbd,
  19. @{PROC}/sys/kernel/core_pattern r,
  20. owner @{PROC}/@{pid}/fd/ r,
  21. # Include additions to the abstraction
  22. include if exists <abstractions/samba-rpcd.d>