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: 94c51859dfd2
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7a4b296c8d0d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 15, 2019

  1. Revert "nixos/hardened: use graphene-hardened malloc by default"

    This reverts commit 48ff4f1.
    
    Causes too much breakage to be enabled by default [1][2].
    
    [1]: #61489
    [2]: #65000
    joachifm committed Aug 15, 2019
    Copy the full SHA
    4ead3d2 View commit details

Commits on Aug 19, 2019

  1. Merge pull request #66687 from joachifm/feat/hardened-nixos-revert-gr…

    …aphene-malloc
    
    Revert "nixos/hardened: use graphene-hardened malloc by default"
    mmahut authored Aug 19, 2019
    Copy the full SHA
    7a4b296 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
@@ -14,8 +14,6 @@ with lib;

nix.allowedUsers = mkDefault [ "@users" ];

environment.memoryAllocator.provider = mkDefault "graphene-hardened";

security.hideProcessInformation = mkDefault true;

security.lockKernelModules = mkDefault true;