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: e232bf2b6993
Choose a base ref
...
head repository: NixOS/nix
compare: 0fb4744467b0
Choose a head ref
  • 10 commits
  • 17 files changed
  • 1 contributor

Commits on Oct 9, 2019

  1. Filter ANSI escape sequences in -L output

    Otherwise, builds like NixOS VM tests may leave the terminal in a
    weird state and do resets.
    
    (cherry picked from commit 4331eeb)
    edolstra committed Oct 9, 2019
    Copy the full SHA
    910b0fc View commit details
    Browse the repository at this point in the history
  2. 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.
    
    (cherry picked from commit 5a30309)
    edolstra committed Oct 9, 2019
    Copy the full SHA
    6595378 View commit details
    Browse the repository at this point in the history
  3. Remove some redundant initialization

    (cherry picked from commit c43d9f6)
    edolstra committed Oct 9, 2019
    Copy the full SHA
    923b6bd View commit details
    Browse the repository at this point in the history
  4. nix-profile.sh: Don't create .nix-channels

    This is already done by the installer, so no need to do it again.
    
    (cherry picked from commit 26762ce)
    edolstra committed Oct 9, 2019
    Copy the full SHA
    2522757 View commit details
    Browse the repository at this point in the history
  5. nix-profile.sh: Remove coreutils dependency

    (cherry picked from commit 61a6176)
    edolstra committed Oct 9, 2019
    Copy the full SHA
    1c10f73 View commit details
    Browse the repository at this point in the history
  6. 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.
    
    (cherry picked from commit d7bae56)
    edolstra committed Oct 9, 2019
    Copy the full SHA
    7c45898 View commit details
    Browse the repository at this point in the history
  7. Typo

    (cherry picked from commit 9277e72)
    edolstra committed Oct 9, 2019
    Copy the full SHA
    fe51fba View commit details
    Browse the repository at this point in the history
  8. Force per-user group to a known value

    (cherry picked from commit 20eec80)
    edolstra committed Oct 9, 2019
    Copy the full SHA
    2070d55 View commit details
    Browse the repository at this point in the history
  9. nix-env: Create ~/.nix-profile automatically

    (cherry picked from commit 9348f92)
    edolstra committed Oct 9, 2019
    Copy the full SHA
    f66108f View commit details
    Browse the repository at this point in the history
  10. nix-env: Create ~/.nix-defexpr automatically

    (cherry picked from commit c9159f8)
    edolstra committed Oct 9, 2019
    Copy the full SHA
    0fb4744 View commit details
    Browse the repository at this point in the history