Skip to content

Commit

Permalink
Copy-builtin: use bash and correct depends
Browse files Browse the repository at this point in the history
  • Loading branch information
RageLtMan authored and solardiz committed Jan 18, 2021
1 parent 50285b0 commit 226ab5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/copy-builtin.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

set -e
# Build simple variables
Expand All @@ -12,7 +12,7 @@ KCONFIG=$( cat <<EOC
# SPDX-License-Identifier: GPL-2.0-only
config SECURITY_LKRG
tristate "LKRG support"
depends on SECURITY
depends on SECURITY && KPROBES && MODULE_UNLOAD && KALLSYMS_ALL
default m
help
This selects LKRG - Linux Kernel Runtime Guard, which provides
Expand Down

0 comments on commit 226ab5e

Please sign in to comment.