logo

apparmor.d

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

usr.sbin.identd (1054B)


  1. # ------------------------------------------------------------------
  2. #
  3. # Copyright (C) 2002-2009 Novell/SUSE
  4. # Copyright (C) 2010 Canonical Ltd.
  5. #
  6. # This program is free software; you can redistribute it and/or
  7. # modify it under the terms of version 2 of the GNU General Public
  8. # License published by the Free Software Foundation.
  9. #
  10. # ------------------------------------------------------------------
  11. abi <abi/3.0>,
  12. include <tunables/global>
  13. profile identd /usr/{bin,sbin}/identd {
  14. include <abstractions/base>
  15. include <abstractions/nameservice>
  16. capability net_bind_service,
  17. capability setgid,
  18. capability setuid,
  19. network netlink dgram,
  20. /etc/identd.conf r,
  21. /etc/identd.key r,
  22. /etc/identd.pid w,
  23. /usr/{bin,sbin}/identd rmix,
  24. @{PROC}/net/tcp r,
  25. @{PROC}/net/tcp6 r,
  26. @{run}/identd.pid w,
  27. @{run}/identd/ w,
  28. @{run}/identd/identd.pid w,
  29. # Site-specific additions and overrides. See local/README for details.
  30. include if exists <local/usr.sbin.identd>
  31. }