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

Commits on Mar 21, 2017

  1. Configuration menu
    Copy the full SHA
    78bb734 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.
    edolstra committed Mar 21, 2017
    2 Configuration menu
    Copy the full SHA
    86721a5 View commit details
    Browse the repository at this point in the history