3
0
Fork 0
forked from mirrors/nixpkgs

systemd-nspawn: relax PrivateUsers check

this options allows two colon-separated number as value, for instances which
is quite difficult to check.
This commit is contained in:
Jörg Thalheim 2017-05-21 19:31:48 +01:00
parent 522c16bd86
commit 08dd6779f4
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -18,7 +18,6 @@ let
])
(assertValueOneOf "Boot" boolValues)
(assertValueOneOf "ProcessTwo" boolValues)
(assertValueOneOf "PrivateUsers" (boolValues ++ [ "pick" ]))
(assertValueOneOf "NotifyReady" boolValues)
];