logo

apparmor.d

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

usr.bin.foot (498B)


  1. # Last Modified: Mon Aug 14 14:01:44 2023
  2. abi <abi/3.0>,
  3. include <tunables/global>
  4. /usr/bin/foot {
  5. include <abstractions/base>
  6. include <abstractions/consoles>
  7. include <abstractions/fonts>
  8. include <abstractions/freedesktop.org>
  9. /usr/bin/foot mr,
  10. /bin/*sh mrpux,
  11. /dev/ptmx rw,
  12. /etc/shells r,
  13. owner @{HOME}/.config/foot/foot.ini r,
  14. owner @{HOME}/.XCompose r,
  15. /var/cache/libx11/compose/* r,
  16. # Allow to send term (to the shell)
  17. signal (send) set=("term"),
  18. }