Files
openfang/crates
Nahuel GonzalezandGitHub 72b87dfaa9 chromium no-sandbox root
Chromium refuses to launch without --no-sandbox when the process is
running as UID 0. This causes the browser hand to fail immediately with
'Chromium exited before printing DevTools URL' on any server-based
OpenFang installation that runs as root (the default install).

Added is_running_as_root() which reads /proc/self/status on Linux to
detect UID 0 without requiring a libc dependency, with a fallback to
the HOME env var for other Unix systems. When root is detected,
--no-sandbox is appended to the Chromium launch args automatically.
2026-03-15 15:30:29 +03:00
..
2026-03-15 14:44:53 +03:00
2026-03-15 14:44:53 +03:00
2026-03-15 05:48:09 +03:00
2026-03-15 05:48:09 +03:00
2026-03-15 06:05:19 +03:00
2026-03-15 14:44:22 +03:00
2026-03-15 06:05:19 +03:00
2026-03-09 02:16:36 +03:00
2026-03-15 15:30:29 +03:00
2026-03-10 17:28:06 +03:00
2026-03-15 14:44:53 +03:00
2026-03-10 16:53:04 +03:00