Skip to content

Commit

Permalink
chore: rename kconfig-hardened-check
Browse files Browse the repository at this point in the history
`kconfig-hardened-check` -> `kernel-hardening-checker`

Upstream renamed: a13xp0p0v/kernel-hardening-checker#85

Signed-off-by: Noel Georgi <git@frezbo.dev>
(cherry picked from commit 4504f83)
  • Loading branch information
frezbo committed Sep 20, 2023
1 parent 7f9d6eb commit 9bfb39a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kernel/build/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ steps:
build:
- |
cd /src
python3 /toolchain/kconfig-hardened-check/bin/kconfig-hardened-check -c .config -m json | python3 /pkg/scripts/filter-hardened-check.py
python3 /toolchain/kernel-hardening-checker/bin/kernel-hardening-checker -c .config -m json | python3 /pkg/scripts/filter-hardened-check.py
- |
cd /src
Expand Down
2 changes: 1 addition & 1 deletion kernel/prepare/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ steps:
make mrproper
- |
cd /toolchain && git clone https://github.com/a13xp0p0v/kconfig-hardened-check.git
cd /toolchain && git clone https://github.com/a13xp0p0v/kernel-hardening-checker.git
install:
- |
mkdir -p /src
Expand Down

0 comments on commit 9bfb39a

Please sign in to comment.