usr.bin.ssh (397B)
- # Copyright 2020 Haelwenn (lanodan) Monnier <contact+apparmor.d@hacktivis.me>
- # Distributed under the terms of the GNU General Public License v2
- #include <tunables/global>
- profile /usr/bin/ssh {
- #include <abstractions/base>
- #include <abstractions/nameservice>
- #include <abstractions/consoles>
- /usr/bin/ssh mr,
- @{HOME}/.ssh/{,**} mrl,
- /etc/ssh/** mr,
- @{PROC}/@{pid}/fd/ r,
- network,
- }