logo

apparmor.d

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

usr.bin.ssh (397B)


  1. # Copyright 2020 Haelwenn (lanodan) Monnier <contact+apparmor.d@hacktivis.me>
  2. # Distributed under the terms of the GNU General Public License v2
  3. #include <tunables/global>
  4. profile /usr/bin/ssh {
  5. #include <abstractions/base>
  6. #include <abstractions/nameservice>
  7. #include <abstractions/consoles>
  8. /usr/bin/ssh mr,
  9. @{HOME}/.ssh/{,**} mrl,
  10. /etc/ssh/** mr,
  11. @{PROC}/@{pid}/fd/ r,
  12. network,
  13. }