systemd: lock down systemctl status
Mitigates a security issue that allows unprivileged users to read other unprivileged user's processes' credentials from CGroup using `systemctl status`.
This commit is contained in:
parent
6e694890eb
commit
0248e6493f
3 changed files with 59 additions and 0 deletions
|
|
@ -42,6 +42,9 @@ in {
|
|||
|
||||
networking.firewall.enable = true;
|
||||
|
||||
# hideProcessInformation even if hardened kernel profile is disabled
|
||||
security.hideProcessInformation = true;
|
||||
|
||||
# Tor
|
||||
services.tor = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue