From 317251338c649c8cbd776d0ae76b47c99c5927f6 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 14 Jun 2024 20:26:30 +0000 Subject: [PATCH] todo.md: note that s6 is not re-entrant --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index f3806949..e80fb443 100644 --- a/TODO.md +++ b/TODO.md @@ -24,6 +24,8 @@ - moby: bpf is effectively disabled? - `dmesg | grep 'systemd[1]: bpf-lsm: Failed to load BPF object: No such process'` - `dmesg | grep 'hid_bpf: error while preloading HID BPF dispatcher: -22'` +- `s6` is not re-entrant + - so if the desktop crashes, the login process from `unl0kr` fails to re-launch the GUI ## REFACTORING: - add import checks to my Python nix-shell scripts