nixos/memcached: Remove PrivateUsers
Seems to break systems using the hardened profile. Ref #62936 cc @Izorkin
This commit is contained in:
parent
e19411ecc0
commit
cabab90ad2
@ -103,7 +103,6 @@ in
|
||||
LockPersonality = true;
|
||||
RestrictRealtime = true;
|
||||
PrivateMounts = true;
|
||||
PrivateUsers = true;
|
||||
MemoryDenyWriteExecute = true;
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user