Translations:Systemd/Hardening/14/en

Revision as of 08:36, 8 August 2024 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  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>