nixpkgs/nixos/modules
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
..
config Merge branch 'master' into staging 2017-03-23 13:31:28 +01:00
hardware Merge pull request #17303 from peterhoeg/iio 2017-03-14 11:16:09 +08:00
i18n/input-method Remove top-level kde5 attribute 2017-02-27 11:49:10 -06:00
installer channel.nix: Use filterSource to exclude unnecessary files from nixpkgs 2017-03-25 01:42:28 +02:00
misc fcron: 3.1.2 -> 3.2.1 2017-03-05 22:41:11 +01:00
profiles nixos: fix renaming warning in graphical profile 2017-03-03 07:27:41 -06:00
programs nixos/treewide: systemd.time is in manvolume 7 2017-03-21 08:28:53 +01:00
security security-wrapper: link old wrapper dir to new one 2017-03-23 15:57:30 +01:00
services radarr: init at 0.2.0.553 + nixos module 2017-03-25 21:19:55 +01:00
system grub module: fix useOSProber when installing grub as EFI 2017-03-23 12:53:44 +01:00
tasks network-interfaces: reload bridges on conf changes 2017-03-26 18:47:43 +02:00
testing kdm: drop service 2017-02-11 13:55:09 -05:00
virtualisation google-compute-image: fix Yama LSM option conflict 2017-03-26 21:09:58 +02:00
module-list.nix radarr: init at 0.2.0.553 + nixos module 2017-03-25 21:19:55 +01:00
rename.nix Merge branch 'master' into staging 2017-03-23 13:31:28 +01:00