Translations:Systemd/Hardening/14/en
Appearance
- This sets up a private /dev/tty
# The tmux server would crash without this
# since there would be nothing in /dev
PrivateDevices = true;
};
};
} </syntaxhighlight>
# The tmux server would crash without this
# since there would be nothing in /dev
PrivateDevices = true;
};
};
} </syntaxhighlight>