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:
parent
522c16bd86
commit
08dd6779f4
|
@ -18,7 +18,6 @@ let
|
|||
])
|
||||
(assertValueOneOf "Boot" boolValues)
|
||||
(assertValueOneOf "ProcessTwo" boolValues)
|
||||
(assertValueOneOf "PrivateUsers" (boolValues ++ [ "pick" ]))
|
||||
(assertValueOneOf "NotifyReady" boolValues)
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue