diff options
Diffstat (limited to 'documentation/content/ru/books/developers-handbook/secure/_index.adoc')
| -rw-r--r-- | documentation/content/ru/books/developers-handbook/secure/_index.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/content/ru/books/developers-handbook/secure/_index.adoc b/documentation/content/ru/books/developers-handbook/secure/_index.adoc index 1631ee018b..4a9f6aae40 100644 --- a/documentation/content/ru/books/developers-handbook/secure/_index.adoc +++ b/documentation/content/ru/books/developers-handbook/secure/_index.adoc @@ -7,7 +7,7 @@ next: books/developers-handbook/l10n params: path: /books/developers-handbook/secure/ prev: books/developers-handbook/tools -showBookMenu: true +showBookMenu: 'true' tags: ["secure programming", "Buffer Overflows", "SetUID issues"] title: 'Глава 3. Безопасное программирование' weight: 4 @@ -198,7 +198,7 @@ ProPolice помогает защититься от переполнений б Суперпользователь в среде клетки имеет возможность: * Управлять учетными данными с помощью `setuid`, `seteuid`, `setgid`, `setegid`, `setgroups`, `setreuid`, `setregid`, `setlogin` -* Установливать ограничений ресурсов с помощью `setrlimit` +* Устанавливать ограничений ресурсов с помощью `setrlimit` * Изменять некоторые узлы sysctl (kern.hostname) * `chroot()` * Устанавливать флаги на vnode: `chflags`, `fchflags` |
