Kernel size updates with latest version - removes Bluetooth / Camera support

This commit is contained in:
optout 2024-02-07 18:30:46 +00:00
parent 7c7810ad61
commit 257af18fc8
No known key found for this signature in database
GPG Key ID: 13BA4BD4C14170C0
4 changed files with 6555 additions and 5 deletions

6550
6.6.15-hardened1.config Normal file

File diff suppressed because it is too large Load Diff

View File

@ -13,9 +13,9 @@
| | Plague | TAILS | Whonix | Vanilla | | | Plague | TAILS | Whonix | Vanilla |
| --- |--- | --- | --- | --- | | --- |--- | --- | --- | --- |
| Size (/lib/modules/)| 47.0 MB | 89.0 MB | 89.0 MB | 126.0 MB | | Size (/lib/modules/)| 37.0 MB | 89.0 MB | 89.0 MB | 126.0 MB |
| Size (vmlinuz) | 8.1 MB | 7.8 MB | 7.8 MB | 14.0 MB | | Size (vmlinuz) | 8.1 MB | 7.8 MB | 7.8 MB | 14.0 MB |
| No. of modules | 2428 | 4039 | 4044 | 4402 | | No. of modules | 1855 | 4039 | 4044 | 4402 |
### Current kconfig-hardened-check results ### Current kconfig-hardened-check results

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Set VAR # Set VAR
KVER='6.6.13-hardened1' KVER='6.6.15-hardened1'
#KVER='5.10.145-hardened1' #KVER='5.10.145-hardened1'
#KVER='5.15.74-hardened1' #KVER='5.15.74-hardened1'

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Set VAR # Set VAR
KVER='6.6.13-hardened1' KVER='6.6.15-hardened1'
#KVER='5.10.145-hardened1' #KVER='5.10.145-hardened1'
#KVER='5.15.74-hardened1' #KVER='5.15.74-hardened1'
@ -18,7 +18,7 @@ if [[ ! -d /usr/src/linux-hardened-"$KVER" ]]; then
fi fi
cd /usr/src/linux-hardened-"$KVER" cd /usr/src/linux-hardened-"$KVER"
wget https://0xacab.org/optout/plague-kernel/-/raw/main/5.10-hardened.config -o .config wget https://0xacab.org/optout/plague-kernel/-/raw/main/5.10-hardened.config -O .config
# Address system and file timing for clock skew runtime compilation error # Address system and file timing for clock skew runtime compilation error