nixpkgs/nixos
Florian Klink 4c8bdd1c4f nixos/filesystems: don't chown /run/keys recursively
3c74e48d9c was a bit too much, it updated
permissions of all files recursively, causing files to be readable by
the group.

This isn't a problem immediately after bootup, but on a new activation,
as tmpfiles.d get restarted then, updating the permission bits of
now-existing files.

This updates the `Z` to be a `z` (the non-recursive variant), and adds a
`d` to ensure a directory is created (which should be covered by the
initrd shell script anyway)
2020-02-11 21:52:27 +01:00
..
doc rl-2009: typo 2020-02-10 14:23:00 -05:00
lib Merge pull request #79335 from flokli/deprecate-perl-vm-tests 2020-02-09 21:08:11 -05:00
maintainers maintainers/create-azure.sh: run from anywhere 2020-01-09 20:54:28 +00:00
modules nixos/filesystems: don't chown /run/keys recursively 2020-02-11 21:52:27 +01:00
tests Merge pull request #79416 from jtojnar/flatpak-1.6 2020-02-10 12:57:19 -05:00
COPYING
default.nix
README
release-combined.nix release-combined: readd keymap tests 2020-02-09 16:03:00 -05:00
release-small.nix nixos/containers-ip: Test both ipv4 and ipv6 in the same script 2019-11-27 09:13:02 +01:00
release.nix nixos/release: rename iso_graphical to iso_plasma5 2020-01-27 16:34:37 -05:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.