nixpkgs/nixos/modules/virtualisation
c74d a4ac5506f5 google-compute-image: fix Yama LSM option conflict
Having fixed the Google Compute Engine image build process's copying
of store paths in PR #24264, I ran `nixos-rebuild --upgrade switch`...
and the GCE image broke again, because it sets the NixOS configuration
option for the sysctl variable `kernel.yama.ptrace_scope` to
`mkDefault "1"`, i.e., with override priority 1000, and now the
`sysctl` module sets the same option to `mkDefault "0"` (this was
changed in commit 86721a5f78).

This patch raises the override priority of the Google Compute Engine
image configuration's definition of the Yama sysctl option to 500
(still lower than the priority of an unmodified option definition).

I have tested that this patch allows the Google Compute Engine image
to again build successfully for me.
2017-03-26 21:09:58 +02:00
..
openstack nixos/modules: use defaultText/literalExample where applicable 2017-03-07 14:06:08 +01:00
amazon-image.nix
amazon-init.nix amazon-init.service: fix starting services at startup 2017-02-27 16:51:36 +00:00
amazon-options.nix
azure-agent-entropy.patch
azure-agent.nix
azure-bootstrap-blobs.nix
azure-common.nix
azure-config-user.nix
azure-config.nix
azure-image.nix Azure: switch back to qemu 2.2.0 for generating image. Seems to work best. 2017-02-13 09:55:03 +00:00
azure-qemu-220-no-etc-install.patch
brightbox-config.nix
brightbox-image.nix
container-config.nix
containers.nix nixos/treewide: remove boolean examples for options 2017-03-17 23:36:19 +01:00
docker-image.nix
docker.nix
ec2-amis.nix Add ca-central-1 AMIs 2017-02-19 23:46:08 +01:00
ec2-data.nix
ecs-agent.nix nixos/modules: use defaultText/literalExample where applicable 2017-03-07 14:06:08 +01:00
google-compute-config.nix
google-compute-image.nix google-compute-image: fix Yama LSM option conflict 2017-03-26 21:09:58 +02:00
grow-partition.nix
libvirtd.nix libvirt: expose libvirt qemu configuration file 2017-02-21 19:20:22 +01:00
lxc-container.nix
lxc.nix lxc: ensure directory /var/lib/lxc/rootfs 2017-03-15 12:42:27 +01:00
lxcfs.nix
lxd.nix
nova-config.nix nova-image: support partition resizing 2017-02-24 22:19:53 +01:00
nova.nix
openvswitch.nix
parallels-guest.nix
qemu-vm.nix improve: modules/virtualisation/qemu-vm.nix 2017-03-04 11:31:47 +01:00
rkt.nix nixos/treewide: systemd.time is in manvolume 7 2017-03-21 08:28:53 +01:00
virtualbox-guest.nix
virtualbox-host.nix nixos/virtualbox: unbreak wrt. new security.wrappers 2017-02-15 07:25:33 +01:00
virtualbox-image.nix
vmware-guest.nix open-vm-tools: 10.0.7 -> 10.1.0 2017-02-10 20:12:00 +02:00
xe-guest-utilities.nix
xen-dom0.nix nixos: xen: condition default packages on enable 2017-03-24 01:54:04 +01:00
xen-domU.nix xen: update domU config for pvgrub2 2017-02-12 20:53:54 +01:00