1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-18 23:50:07 +03:00

docs: removed internal security.wrapperDir (#376606)

This commit is contained in:
Aleksana 2025-02-12 11:06:39 +08:00 committed by GitHub
commit 9f741786ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -203,9 +203,8 @@ in
description = '' description = ''
This option effectively allows adding setuid/setgid bits, capabilities, This option effectively allows adding setuid/setgid bits, capabilities,
changing file ownership and permissions of a program without directly changing file ownership and permissions of a program without directly
modifying it. This works by creating a wrapper program under the modifying it. This works by creating a wrapper program in a directory
{option}`security.wrapperDir` directory, which is then added to (not configurable), which is then added to the shell `PATH`.
the shell `PATH`.
''; '';
}; };