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/nix
base: 4331eeb13d24
Choose a base ref
...
head repository: NixOS/nix
compare: 94dfb6b1fe71
Choose a head ref
  • 10 commits
  • 16 files changed
  • 1 contributor

Commits on Oct 9, 2019

  1. Remove world-writability from per-user directories

    'nix-daemon' now creates subdirectories for users when they first
    connect.
    
    Fixes #509 (CVE-2019-17365).
    Should also fix #3127.
    edolstra committed Oct 9, 2019
    Copy the full SHA
    5a30309 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c43d9f6 View commit details
    Browse the repository at this point in the history
  3. nix-profile.sh: Don't create .nix-channels

    This is already done by the installer, so no need to do it again.
    edolstra committed Oct 9, 2019
    Copy the full SHA
    26762ce View commit details
    Browse the repository at this point in the history
  4. 1
    Copy the full SHA
    9348f92 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    61a6176 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c9159f8 View commit details
    Browse the repository at this point in the history
  7. Go back to 755 permission on per-user directories

    700 is pointless since the store is world-readable anyway. And
    per-user/root/channels must be world-readable.
    edolstra committed Oct 9, 2019
    Copy the full SHA
    d7bae56 View commit details
    Browse the repository at this point in the history
  8. Typo

    edolstra committed Oct 9, 2019
    Copy the full SHA
    9277e72 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    20eec80 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3136 from NixOS/no-world-writable

    Remove world-writability from {profiles,gcroots}/per-user
    edolstra committed Oct 9, 2019
    Copy the full SHA
    94dfb6b View commit details
    Browse the repository at this point in the history