Update naming schema | WIP warning with virt_hardened
This commit is contained in:
parent
53a7acc97b
commit
6629c52042
@ -9,8 +9,8 @@ The script performs a variety of functions:
|
||||
- Remove unnecessary artifacts such as System.map & signing keys
|
||||
|
||||
### Steps to self-compile
|
||||
1. Set the KVER variable to which version you want to obtain from Anthraxx's [linux-hardened](https://github.com/anthraxx/linux-hardened) repository
|
||||
2. Run `bash self_compilation.sh`
|
||||
1. Run `bash self_compilation.sh`
|
||||
2. Set the Kernel version (KVER) variable to a released version you want to obtain from Anthraxx's [linux-hardened](https://github.com/anthraxx/linux-hardened/releases) repository
|
||||
|
||||
> Note: If you are planning on mapping modules used by your system when prompted via the script, we highly recommend that you access peripherals such as Webcams, adapters, USBs, protocols such as Bluetooth prior to running the script, if they are desired.
|
||||
|
||||
|
@ -60,7 +60,9 @@ fi
|
||||
cd /usr/src/linux-hardened-"$KVER"
|
||||
|
||||
# Pull down plague kconfig
|
||||
wget https://0xacab.org/optout/plague-kernel/-/raw/main/6.6.18-hardened1.config -O .config
|
||||
wget https://0xacab.org/optout/plague-kernel/-/raw/main/host_hardened.config -O .config
|
||||
# wget https://0xacab.org/optout/plague-kernel/-/raw/main/virt_hardened.config -O .config
|
||||
## virt_hardened.config is still a WIP
|
||||
|
||||
# Prompt if baseline Plague kernel is desired
|
||||
## If not, proceed to fingerprint device
|
||||
|
Loading…
Reference in New Issue
Block a user