diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-07-20 11:45:16 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-07-20 11:45:16 +0200 |
commit | e47b588fb2c29d90516932f5c6928b1e6577df88 (patch) | |
tree | dcba7dd03299a12869d4ff68f2596b80c8366da0 /config | |
parent | 99b62e34b72824039b16849d4717e9626190dda1 (diff) | |
download | linux-pinebookpro-e47b588fb2c29d90516932f5c6928b1e6577df88.tar.gz linux-pinebookpro-e47b588fb2c29d90516932f5c6928b1e6577df88.tar.bz2 linux-pinebookpro-e47b588fb2c29d90516932f5c6928b1e6577df88.zip |
Disabled insecure feature by default.
Diffstat (limited to 'config')
-rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ CONFIG_BPF_SYSCALL=y CONFIG_BPF_JIT=y # CONFIG_BPF_JIT_ALWAYS_ON is not set CONFIG_BPF_JIT_DEFAULT_ON=y -# CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set +CONFIG_BPF_UNPRIV_DEFAULT_OFF=y # CONFIG_BPF_PRELOAD is not set # end of BPF subsystem |