mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
docs: removed internal security.wrapperDir
(#376606)
This commit is contained in:
commit
9f741786ca
1 changed files with 2 additions and 3 deletions
|
@ -203,9 +203,8 @@ in
|
|||
description = ''
|
||||
This option effectively allows adding setuid/setgid bits, capabilities,
|
||||
changing file ownership and permissions of a program without directly
|
||||
modifying it. This works by creating a wrapper program under the
|
||||
{option}`security.wrapperDir` directory, which is then added to
|
||||
the shell `PATH`.
|
||||
modifying it. This works by creating a wrapper program in a directory
|
||||
(not configurable), which is then added to the shell `PATH`.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue