diff options
| author | Mickaël Salaün <[email protected]> | 2025-03-06 18:05:58 +0000 |
|---|---|---|
| committer | Kees Cook <[email protected]> | 2025-03-08 03:58:05 +0000 |
| commit | d2cf8ccf5a1871058a083c00efe37d7eb91bf6bd (patch) | |
| tree | 1aa9f3655b83c754f7b4cc2a68fb2782ce02356d /samples/check-exec/run-script-ask.inc | |
| parent | yama: don't abuse rcu_read_lock/get_task_struct in yama_task_prctl() (diff) | |
| download | kernel-d2cf8ccf5a1871058a083c00efe37d7eb91bf6bd.tar.gz kernel-d2cf8ccf5a1871058a083c00efe37d7eb91bf6bd.zip | |
samples/check-exec: Fix script name
run-script-ask.sh had an incorrect file extension. This helper script
is not used by kselftests.
Fixes: 2a69962be4a7 ("samples/check-exec: Add an enlighten "inc" interpreter and 28 tests")
Signed-off-by: Mickaël Salaün <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Kees Cook <[email protected]>
Diffstat (limited to 'samples/check-exec/run-script-ask.inc')
| -rwxr-xr-x | samples/check-exec/run-script-ask.inc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/samples/check-exec/run-script-ask.inc b/samples/check-exec/run-script-ask.inc deleted file mode 100755 index 8ef0fdc37266..000000000000 --- a/samples/check-exec/run-script-ask.inc +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env sh -# SPDX-License-Identifier: BSD-3-Clause - -DIR="$(dirname -- "$0")" - -PATH="${PATH}:${DIR}" - -set -x -"${DIR}/script-ask.inc" |
