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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0454fae7ca61
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a8989b353a82
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 5, 2020

  1. Revert "nixos/hardened: build sandbox incompatible with namespaces"

    As discussed in #73763, prevailing
    consensus is to revert that commit. People use the hardened profile on
    machines and run nix builds, and there's no good reason to use
    unsandboxed builds at all unless you're in a platform that doesn't
    support them.
    
    This reverts commit 00ac71a.
    flokli committed Apr 5, 2020
    3
    Copy the full SHA
    a8989b3 View commit details
Showing with 0 additions and 2 deletions.
  1. +0 −2 nixos/modules/profiles/hardened.nix
2 changes: 0 additions & 2 deletions nixos/modules/profiles/hardened.nix
Original file line number Diff line number Diff line change
@@ -23,8 +23,6 @@ with lib;

security.allowUserNamespaces = mkDefault false;

nix.useSandbox = mkDefault false;

security.protectKernelImage = mkDefault true;

security.allowSimultaneousMultithreading = mkDefault false;