mirror of
https://github.com/aaddrick/claude-desktop-debian.git
synced 2026-05-17 08:36:35 +03:00
Reframe the assert_setuid comment from "guards against the old %post chmod pattern" to "guards against any regression that strips the suid bit" — including but not limited to a %post chmod revert. The assertion itself catches any loss of the setuid bit on chrome-sandbox, not just the specific %post chmod regression path. Per review feedback on #595.