mirror of
https://0xacab.org/optout/plague-kernel.git
synced 2024-10-01 03:35:36 -04:00
Kernel size updates with latest version - removes Bluetooth / Camera support
This commit is contained in:
parent
7c7810ad61
commit
257af18fc8
6550
6.6.15-hardened1.config
Normal file
6550
6.6.15-hardened1.config
Normal file
File diff suppressed because it is too large
Load Diff
@ -13,9 +13,9 @@
|
||||
|
||||
| | 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 |
|
||||
| No. of modules | 2428 | 4039 | 4044 | 4402 |
|
||||
| No. of modules | 1855 | 4039 | 4044 | 4402 |
|
||||
|
||||
|
||||
### Current kconfig-hardened-check results
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Set VAR
|
||||
KVER='6.6.13-hardened1'
|
||||
KVER='6.6.15-hardened1'
|
||||
#KVER='5.10.145-hardened1'
|
||||
#KVER='5.15.74-hardened1'
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Set VAR
|
||||
KVER='6.6.13-hardened1'
|
||||
KVER='6.6.15-hardened1'
|
||||
#KVER='5.10.145-hardened1'
|
||||
#KVER='5.15.74-hardened1'
|
||||
|
||||
@ -18,7 +18,7 @@ if [[ ! -d /usr/src/linux-hardened-"$KVER" ]]; then
|
||||
fi
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user