Files
coreutils/tests
oech3 b6c5dd1325 coreutils: Protect against env -a for security (#10773)
This prevents an attacker from spoofing argv[0] to bypass apparmor restrictions.

- `env -a false ls` now correctly runs `ls` instead of dispatching as `false`
- Also works under masked `/proc` (does not rely on /proc/self/exe).

Closes #10135
2026-04-05 00:45:42 +02:00
..
2026-04-04 10:36:37 +02:00