allow mcp to read systemd logs
This commit is contained in:
@@ -16,6 +16,7 @@ in
|
||||
shell = pkgs.shadow; # nologin equivalent
|
||||
subUidRanges = [{ startUid = 100000; count = 65536; }];
|
||||
subGidRanges = [{ startGid = 100000; count = 65536; }];
|
||||
extraGroups = [ "systemd-journal" ];
|
||||
linger = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user