Closed zachriggle closed 9 years ago
It's possible to run Gatekeeper as privileged, by making the challenge binary be setuid as the challenge user, and dropping privileges in Gatekeeper via CLONE_NEWUSER.
setuid
CLONE_NEWUSER
It's possible to run Gatekeeper as privileged, by making the challenge binary be
setuid
as the challenge user, and dropping privileges in Gatekeeper viaCLONE_NEWUSER
.