Merge pull request #111924 from saschagrunert/cri-o-oci-hook
nixos/cri-o: add OCI seccomp bpf hook support
This commit is contained in:
commit
6caa6cb3f5
@ -103,7 +103,10 @@ in
|
|||||||
cgroup_manager = "systemd"
|
cgroup_manager = "systemd"
|
||||||
log_level = "${cfg.logLevel}"
|
log_level = "${cfg.logLevel}"
|
||||||
pinns_path = "${cfg.package}/bin/pinns"
|
pinns_path = "${cfg.package}/bin/pinns"
|
||||||
hooks_dir = []
|
hooks_dir = [
|
||||||
|
${lib.optionalString config.virtualisation.containers.ociSeccompBpfHook.enable
|
||||||
|
''"${config.boot.kernelPackages.oci-seccomp-bpf-hook}",''}
|
||||||
|
]
|
||||||
|
|
||||||
${optionalString (cfg.runtime != null) ''
|
${optionalString (cfg.runtime != null) ''
|
||||||
default_runtime = "${cfg.runtime}"
|
default_runtime = "${cfg.runtime}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user