1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-04-09 02:30:29 +00:00

security.wrappers: update comment (glibc -> dyld)

This commit is contained in:
Sam 2024-11-07 10:09:38 -08:00
parent 5ce52286fe
commit 5048c6a95e
No known key found for this signature in database
GPG key ID: 07C4B9795517E3B4

View file

@ -125,7 +125,7 @@ int main(int argc, char **argv) {
// UID/GID, and thus don't have env vars stripped automatically
//
// We're using musl, which doesn't drop environment variables in secure mode,
// and we'd also like glibc-specific variables to be covered.
// and we'd also like dyld-specific variables to be covered.
//
// If we don't explicitly unset them, it's quite easy to just set DYLD_INSERT_LIBRARIES,
// have it passed through to the wrapped program, and gain privileges.