mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
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:
parent
8ee6a032ca
commit
04b9fcca93
@ -7,6 +7,8 @@ let
|
|||||||
|
|
||||||
podmanPackage = (pkgs.podman.override {
|
podmanPackage = (pkgs.podman.override {
|
||||||
extraPackages = cfg.extraPackages
|
extraPackages = cfg.extraPackages
|
||||||
|
# setuid shadow
|
||||||
|
++ [ "/run/wrappers" ]
|
||||||
++ lib.optional (builtins.elem "zfs" config.boot.supportedFilesystems) config.boot.zfs.package;
|
++ lib.optional (builtins.elem "zfs" config.boot.supportedFilesystems) config.boot.zfs.package;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user