mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
linux/hardened: remove 'with lib;'
This commit is contained in:
parent
0a74830d71
commit
0020ef8cc4
@ -10,11 +10,10 @@
|
||||
|
||||
{ stdenv, lib, version }:
|
||||
|
||||
with lib;
|
||||
with lib.kernel;
|
||||
with (lib.kernel.whenHelpers version);
|
||||
|
||||
assert (versionAtLeast version "4.9");
|
||||
assert (lib.versionAtLeast version "4.9");
|
||||
|
||||
{
|
||||
# Mark LSM hooks read-only after init. SECURITY_WRITABLE_HOOKS n
|
||||
|
Loading…
Reference in New Issue
Block a user