Merge pull request #144227 from humancalico/bpf-lsm

authored by Artturi and committed by GitHub f57a2a6c 6233e02d

+1
+1
pkgs/os-specific/linux/kernel/common-config.nix
··· 41 41 (whenAtLeast "5.2" yes) 42 42 ]; 43 43 DEBUG_INFO_BTF = whenAtLeast "5.2" (option yes); 44 + BPF_LSM = whenAtLeast "5.7" (option yes); 44 45 DEBUG_KERNEL = yes; 45 46 DEBUG_DEVRES = no; 46 47 DYNAMIC_DEBUG = yes;