Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 2ebeaa9e4387
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9fafbd1f6f1e
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 12, 2020

  1. nixos/filesystems: don't chown /run/keys recursively

    3c74e48 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)
    
    (cherry picked from commit 4c8bdd1)
    flokli committed Feb 12, 2020
    Copy the full SHA
    9fafbd1 View commit details
    Browse the repository at this point in the history