Jump to content

Translations:Systemd/Hardening/14/en

From Official NixOS Wiki
  1. This sets up a private /dev/tty
     # The tmux server would crash without this
     # since there would be nothing in /dev
     PrivateDevices = true;
   };
 };

} </syntaxhighlight>