Skip to content

Commit 7b8cee9

Browse files
committed
Update URL
1 parent 5d3d974 commit 7b8cee9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ By default, the value of `KDIR` in `Makefile` points to the source code director
1616
KDIR := /lib/modules/$(shell uname -r)/build
1717
```
1818

19-
Also, you can build the module for one kernel on another kernel by overriding the `KDIR` variable. Suppose your directory is a submodule of [linux-kernel-elf-sig-verify](https://github.com/mrdrivingduck/linux-kernel-elf-sig-verify) under its directory like `linux-kernel-elf-sig-verify/linux-kernel-elf-sig-verify-module`, then you can modify `KDIR` to:
19+
Also, you can build the module for one kernel on another kernel by overriding the `KDIR` variable. Suppose your directory is a submodule of [linux-kernel-elf-sig-verify](https://github.com/NUAA-WatchDog/linux-kernel-elf-sig-verify) under its directory like `linux-kernel-elf-sig-verify/linux-kernel-elf-sig-verify-module`, then you can modify `KDIR` to:
2020

2121
```
2222
KDIR := ../
@@ -70,7 +70,7 @@ If the module is installed successfully, you cannot run an ELF file without sign
7070

7171
## Key for Verification
7272

73-
The `certs/kernel_key.pem` is the same as the key in [linux-elf-binary-signer](https://github.com/mrdrivingduck/linux-elf-binary-signer), and is only used for testing. To use the `binfmt_elf_signature_verification` module, you should compile the key into the kernel.
73+
The `certs/kernel_key.pem` is the same as the key in [linux-elf-binary-signer](https://github.com/NUAA-WatchDog/linux-elf-binary-signer), and is only used for testing. To use the `binfmt_elf_signature_verification` module, you should compile the key into the kernel.
7474

7575
Or you can use the configuration file to get your own key pair by modifying `certs/x509.genkey`:
7676

binfmt_elf_signature_verification.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ static int load_elf_signature_verification_binary(struct linux_binprm *bprm)
322322
* Skip the verification of system ELF binaries. We use the name of
323323
* interpreter instead of the name of file because of:
324324
*
325-
* https://github.com/mrdrivingduck/linux-kernel-elf-sig-verify/pull/13
325+
* https://github.com/NUAA-WatchDog/linux-kernel-elf-sig-verify/pull/13
326326
*
327327
* ATTENTION: these code can be removed if all built-in ELF binaries
328328
* on system are signed.

0 commit comments

Comments
 (0)