docs: removed internal security.wrapperDir

This commit is contained in:
Andrew Voynov
2025-01-25 10:30:16 +03:00
parent af1b23a6c4
commit d62ea22c2b

View File

@@ -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`.
'';
};