summary refs log tree commit diff
path: root/nixos/modules/security/wrappers/wrapper.c
Commit message (Expand)AuthorAge
* nixos/modules/security/wrappers: drop dead codeedef2023-10-11
* nixos/security/wrappers: use musl rather than glibc and explicitly unset inse...edef2023-10-05
* nixos/security/wrappers: remove all the assertions about readlink(/proc/self/...Robert Obryk2023-08-27
* nixos/security/wrappers: read capabilities off /proc/self/exe directlyRobert Obryk2023-08-27
* nixos/security/wrappers: stop using `.real` filesRobert Obryk2023-08-27
* Revert "nixos/security/wrappers: simplifications and a fix for #98863"Pierre Bourdon2023-08-24
* nixos/security/wrappers: remove all the assertions about readlink(/proc/self/...Robert Obryk2023-08-16
* nixos/security/wrappers: read capabilities off /proc/self/exe directlyRobert Obryk2023-08-16
* nixos/security/wrappers: stop using `.real` filesRobert Obryk2023-08-16
* nixos/wrappers: allow setuid and setgid wrappers to run in user namespacesGuillaume Girol2023-08-09
* nixos/wrappers: require argc to be at least oneKonrad Borowski2022-01-28
* nixos/wrappers: create a new assert macro that always assertsKonrad Borowski2022-01-28
* nixos/wrappers: fix applying capabilitiesJörg Thalheim2021-01-14
* wrapper.c: fixup includes to work w/muslWill Dietz2018-03-25
* Addressing feedback and fixing a bugParnell Springmeyer2017-02-14
* Resurrecting the single-wrapper read from sibling .real file behaviorParnell Springmeyer2017-02-13
* Conditionally logging debug messages based on the WRAPPER_DEBUG env var being...Parnell Springmeyer2017-01-30
* setcap-wrapper: Minor refactorParnell Springmeyer2017-01-29