nixos/podman: wrap /run/wrappers for setuid shadow binaries
adding it here so it only needs to be done once
This commit is contained in:
@@ -7,6 +7,8 @@ let
|
||||
|
||||
podmanPackage = (pkgs.podman.override {
|
||||
extraPackages = cfg.extraPackages
|
||||
# setuid shadow
|
||||
++ [ "/run/wrappers" ]
|
||||
++ lib.optional (builtins.elem "zfs" config.boot.supportedFilesystems) config.boot.zfs.package;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user