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-27 08:27:47 +01:00
parent 522c16bd86
commit 08dd6779f4
@@ -18,7 +18,6 @@ let
]) ])
(assertValueOneOf "Boot" boolValues) (assertValueOneOf "Boot" boolValues)
(assertValueOneOf "ProcessTwo" boolValues) (assertValueOneOf "ProcessTwo" boolValues)
(assertValueOneOf "PrivateUsers" (boolValues ++ [ "pick" ]))
(assertValueOneOf "NotifyReady" boolValues) (assertValueOneOf "NotifyReady" boolValues)
]; ];