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: a2294088021a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 205aff5a65be
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 15, 2018

  1. nixos/security/misc: init

    A module for security options that are too small to warrant their own module.
    
    The impetus for adding this module is to make it more convenient to override
    the behavior of the hardened profile wrt user namespaces.
    Without a dedicated option for user namespaces, the user needs to
    1) know which sysctl knob controls userns
    2) know how large a value the sysctl knob needs to allow e.g.,
       Nix sandbox builds to work
    
    In the future, other mitigations currently enabled by the hardened profile may
    be promoted to options in this module.
    joachifm committed Oct 15, 2018
    Copy the full SHA
    f4ea22e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48439 from joachifm/hardened-misc

    nixos/security/misc: init
    joachifm committed Oct 15, 2018
    Copy the full SHA
    205aff5 View commit details
    Browse the repository at this point in the history