17 Oct
2020
17 Oct
'20
5:50 a.m.
Mark Sapiro writes:
In my case, the
mailman
command I run invokes a bash file that looks like#!/bin/bash exec /opt/mailman/mm/venv/bin/mailman
-C "/opt/mailman/mm/mailman.cfg"
$@
IIRC shell scripts have a race condition, although I don't recall the conditions under which it's exploitable. Perhaps SELinux is sensitive to that. I don't really see how we can take responsibility for such issues except to document it as one user's experience.