Systemd/Hardening/ru: Difference between revisions
Created page with "Опции служб Systemd по умолчанию довольно слабые по защищённости, поэтому часто бывает желательно рассмотреть способы усиления безопасности служб Systemd." |
Updating to match new version of source page |
||
Line 18: | Line 18: | ||
</div> | </div> | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
While hardening a service, it often happens that you want a shell inside a hardened systemd unit, for | While hardening a service, it often happens that you want a shell inside a hardened systemd unit, for example to check access to files, or check the network connectivity. One way to do this is to use tmux to create a session inside the service, and attaching to it outside of the service. | ||
</div> | </div> | ||
Простой пример: | Простой пример: |