Commit b63e07e
committed
linux-qcom-next: Add hardening.config to kernel configuration
Kernel builds currently lack default security hardening options.
Add support to merge `hardening.config` during configuration using
merge_config.sh.
Introduce `KBUILD_CONFIG_EXTRA` (following KBUILD naming conventions)
for internal kernel configs like hardening.config, keeping them
separate from external fragments managed via SRC_URI.
This ensures consistent hardening across builds.
Signed-off-by: Abhilasha Manna <[email protected]>1 parent 81d6358 commit b63e07e
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
47 | | - | |
| 46 | + | |
48 | 47 | | |
0 commit comments