logo

apparmor.d

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

user-manpages (1000B)


  1. # ------------------------------------------------------------------
  2. #
  3. # Copyright (C) 2002-2006 Novell/SUSE
  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. abi <abi/3.0>,
  11. # perhaps your configuration has users elsewhere, or you don't wish
  12. # them to read their own manpages
  13. owner @{HOME}/man/ r,
  14. owner @{HOME}/man/** r,
  15. owner @{HOME}/tmp/groff* rwl,
  16. # kindof required
  17. owner /tmp/groff* rwl,
  18. # standard system manpages
  19. /usr/local/share/man/man?/ r,
  20. /usr/local/share/man/man?/** r,
  21. /usr/{share,X11R6,local,kerberos}/man/** r,
  22. /usr/man/** r,
  23. # Include additions to the abstraction
  24. include if exists <abstractions/user-manpages.d>