logo

apparmor.d

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

bin.ping (862B)


  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 ping /{usr/,}bin/{,iputils-}ping {
  14. include <abstractions/base>
  15. include <abstractions/consoles>
  16. include <abstractions/nameservice>
  17. capability net_raw,
  18. capability setuid,
  19. network inet raw,
  20. network inet6 raw,
  21. /{,usr/}bin/{,iputils-}ping mixr,
  22. /etc/modules.conf r,
  23. # Site-specific additions and overrides. See local/README for details.
  24. include if exists <local/bin.ping>
  25. }