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