filed
Job queue using FUSE
git clone git://mccd.space/filedcommit e534492415424b8ce8942bfd36bc9ba7e460592b
parent f8a33d2865f1e030036e53ab0119ce00ea35180a
Author: Marc Coquand <marc@coquand.email>
Date: Thu, 18 Dec 2025 14:23:51 +0100
docs
Diffstat:
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/filed-launch.1.scd b/filed-launch.1.scd
@@ -18,9 +18,14 @@ to the file system.
# EXAMPLE
-Echo hello world:
- $ filed-launch -ro /usr/bin -ro /lib -ro /proc -- echo hello
+*filed-launch* -ro /usr/bin -ro /lib -ro /proc -- echo hello
+ Echoes hello world. Note the use of multiple -ro flags.
-Attempt to access a file outside of scope:
- $ filed-launch -rof /usr/bin/cat -ro /lib -- cat $HOME/some-file
- cat: /home/bob/some-file: Permission denied
+*filed-launch* -rof /usr/bin/cat -ro /lib -- cat $HOME/some-file
+ Attempt to access a file outside of it's access range. If everything
+ is correct this should yield cat: /home/bob/some-file:
+ Permission denied
+
+# SEE ALSO
+
+*landlock*(7) *filed*(5) *filed.config*(5)