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: 0feca1abb6eb
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2993d37ebc86
Choose a head ref
  • 6 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 23, 2017

  1. Configuration menu
    Copy the full SHA
    1b3300b View commit details
    Browse the repository at this point in the history
  2. nixos: add a "hardened" profile

    The idea is to provide a convenient way to enable most vanilla hardening
    features in one go.  The hardened profile, then, will serve as a place for
    features that enhance security but cannot be enabled for all deployments
    because they interfere with legitimate use cases (e.g., using ptrace to
    debug problems in an already running process).
    
    Closes #24680
    joachifm committed Apr 23, 2017
    Configuration menu
    Copy the full SHA
    063ac40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    160b9ab View commit details
    Browse the repository at this point in the history
  4. runit: replace hardcoded /sbin/runit with in-store runit binary

    runit-init calls the runit executable as /sbin/runit, which
    obviously fails for us.
    
    This should improve support for using runit as an init replacement.
    joachifm committed Apr 23, 2017
    Configuration menu
    Copy the full SHA
    5a04a30 View commit details
    Browse the repository at this point in the history
  5. mksh: simplify expression somewhat

    Also add myself to maintainers.
    joachifm committed Apr 23, 2017
    Configuration menu
    Copy the full SHA
    eddf3fa View commit details
    Browse the repository at this point in the history
  6. mksh: 52c -> 55

    joachifm committed Apr 23, 2017
    Configuration menu
    Copy the full SHA
    2993d37 View commit details
    Browse the repository at this point in the history