filed
Job queue using FUSE
git clone git://mccd.space/filed
| Log | Files | Refs | README | LICENSE |
commit eb47dfb39ac762fa2381a20b1359666502a30a22 parent 7f86687335c0ec94699d3c301bbc788ab72fd933 Author: Marc Coquand <marc@coquand.email> Date: Mon, 15 Dec 2025 16:05:39 +0100 docs Diffstat:
| M | qj.1.scd | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qj.1.scd b/qj.1.scd @@ -50,7 +50,7 @@ principle of least access. Importantly, the system is intended for only trusted scripts: the job user has access to the state, and is thus able to rewrite access rights. It is recommended for the running scripts to use _namespaces(7)_ or _Landlock(7)_ -to secure themselves access. More security features are coming in the future. +to drop privileges. More security features are coming in the future. Access rights can be modified using _CHOWN(1)_ and _CHMOD(1)_.