Systemd/Hardening: Difference between revisions
Marked this version for translation |
m Fix small typo |
||
| Line 25: | Line 25: | ||
<translate> | <translate> | ||
<!--T:7--> | <!--T:7--> | ||
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. | ||
</translate> | </translate> | ||
<translate> | <translate> | ||