logo

apparmor.d

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

usr.sbin.mtr-packet (370B)


  1. # Copyright 2023 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/sbin/mtr-packet {
  5. include <abstractions/base>
  6. /usr/sbin/mtr-packet rm,
  7. capability net_raw,
  8. network inet raw,
  9. network inet6 raw,
  10. signal receive set=term peer=/usr/sbin/mtr,
  11. }