Val Markovic
Val Markovic
For those using `uv`, the solution is: ```bash uv tool install --with setuptools konsave ```
> Does this work everywhere Syncthing currently runs as a systemd service? It should. Systemd only works on Linux and nothing in this PR is distro specific. It should work...
Also, none of these options introduce external dependencies. These are all pure systemd+kernel features (ignored when not supported, as mentioned).
I pushed f48a6807aacace33e721a2aed428628dd28f1a1a which removes `NoExecPaths` from the default set of sandboxing options. It's now documented in the "extra credit" section. Advice for maintainers: since this now makes it possible...
I've made a small tweak to prevent a systemd warning about `io_uring_enter2` (code comments have details). I've also tightened the umask so it's `7027`, which now also prevents creation of...
(Apologies for the delays, I'm down with COVID. I'll respond to comments when I've recovered.)
Sweet, I might just send one. 🙂 I'm drowning in other work so I likely won't get to this for a few weeks (if not months), but I _will_ get...