mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
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
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ let
|
|||
])
|
||||
(assertValueOneOf "Boot" boolValues)
|
||||
(assertValueOneOf "ProcessTwo" boolValues)
|
||||
(assertValueOneOf "PrivateUsers" (boolValues ++ [ "pick" ]))
|
||||
(assertValueOneOf "NotifyReady" boolValues)
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue