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 (whenAtLeast "5.2" yes) 42 ]; 43 DEBUG_INFO_BTF = whenAtLeast "5.2" (option yes); 44 DEBUG_KERNEL = yes; 45 DEBUG_DEVRES = no; 46 DYNAMIC_DEBUG = yes;
··· 41 (whenAtLeast "5.2" yes) 42 ]; 43 DEBUG_INFO_BTF = whenAtLeast "5.2" (option yes); 44 + BPF_LSM = whenAtLeast "5.7" (option yes); 45 DEBUG_KERNEL = yes; 46 DEBUG_DEVRES = no; 47 DYNAMIC_DEBUG = yes;