commit: 04705c36f579622230e3f45836bee4bfa4aa1e1e
parent 277d210fe82228bfd80013cb630a385605f5e27f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 14 Aug 2023 22:29:55 +0200
usr.bin.foot: New
Diffstat:
1 file changed, 25 insertions(+), 0 deletions(-)
diff --git a/usr.bin.foot b/usr.bin.foot
@@ -0,0 +1,25 @@
+# Last Modified: Mon Aug 14 14:01:44 2023
+abi <abi/3.0>,
+
+include <tunables/global>
+
+/usr/bin/foot {
+  include <abstractions/base>
+  include <abstractions/consoles>
+  include <abstractions/fonts>
+  include <abstractions/freedesktop.org>
+
+  /usr/bin/foot mr,
+
+  /bin/*sh mrpux,
+  /dev/ptmx rw,
+  /etc/shells r,
+
+  owner @{HOME}/.config/foot/foot.ini r,
+
+  owner @{HOME}/.XCompose         r,
+  /var/cache/libx11/compose/*     r,
+
+  # Allow to send term (to the shell)
+  signal (send) set=("term"),
+}