logo

apparmor.d

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

bash (1614B)


  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. # user-specific bash files
  12. @{HOMEDIRS} r,
  13. @{HOME}/.bashrc r,
  14. @{HOME}/.profile r,
  15. @{HOME}/.bash_profile r,
  16. @{HOME}/.bash_history rw,
  17. # system-wide bash configuration
  18. /etc/profile.dos r,
  19. /etc/profile r,
  20. /etc/profile.d/ r,
  21. /etc/profile.d/* r,
  22. /etc/bashrc r,
  23. /etc/bash.bashrc r,
  24. /etc/bash.bashrc.local r,
  25. /etc/bash_completion r,
  26. /etc/bash_completion.d/ r,
  27. /etc/bash_completion.d/* r,
  28. # bash relies on system-wide readline configuration
  29. /etc/inputrc r,
  30. # bash inspects filesystems at startup
  31. /etc/mtab r,
  32. @{PROC}/@{pid}/mounts r,
  33. @{PROC}/filesystems r,
  34. # probably readline wants to know terminal capabilities
  35. /usr/share/terminfo/** r,
  36. # run out of /etc/bash.bashrc
  37. /etc/DIR_COLORS r,
  38. /{usr/,}bin/ls mix,
  39. /usr/bin/dircolors mix,
  40. # Include additions to the abstraction
  41. include if exists <abstractions/bash.d>