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: 128837a5841e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1e8c01784a6a
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 21, 2017

  1. nix-daemon.nix: Make the 1.12 check less strict

    (cherry picked from commit 78bb734)
    edolstra authored and abbradar committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    dffc300 View commit details
    Browse the repository at this point in the history
  2. Allow attaching to non-child processes by default

    The inability to run strace or gdb is the kind of
    developer-unfriendliness that we're used to from OS X, let's not do it
    on NixOS.
    
    This restriction can be re-enabled by setting
    
      boot.kernel.sysctl."kernel.yama.ptrace_scope" = 1;
    
    It might be nice to have a NixOS module for enabling hardened defaults.
    
    Xref #14392.
    
    Thanks @abbradar.
    
    (cherry picked from commit 86721a5)
    edolstra authored and abbradar committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    1e8c017 View commit details
    Browse the repository at this point in the history