Skip to content

Commit

Permalink
Add server 6.6 configuration
Browse files Browse the repository at this point in the history
Generated roughly the same as 4f7504a, by taking the 5.15 config
and running `make olddefconfig` with a grsec-patched 6.6.57 kernel
in a bookworm container.
  • Loading branch information
legoktm committed Oct 22, 2024
1 parent 31e8585 commit adb0bda
Show file tree
Hide file tree
Showing 2 changed files with 10,335 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@ securedrop-core-5.15: ## Builds kernels for SecureDrop servers, 5.15.x
--return \
$(OUT)

securedrop-core-6.6: OUT:=$(SCRIPT_OUTPUT_PREFIX)-securedrop-core-6.6.$(SCRIPT_OUTPUT_EXT)
securedrop-core-6.6: ## Builds kernels for SecureDrop servers, 6.6.x
GRSECURITY=1 GRSECURITY_PATCH_TYPE=stable9 LOCALVERSION="securedrop" \
LINUX_LOCAL_CONFIG_PATH="$(PWD)/configs/config-securedrop-6.6" \
script \
--command ./scripts/build-kernel-wrapper \
--return \
$(OUT)

securedrop-workstation-5.15: OUT:=$(SCRIPT_OUTPUT_PREFIX)-securedrop-workstation-5.15.$(SCRIPT_OUTPUT_EXT)
securedrop-workstation-5.15: ## Builds kernels for SecureDrop Workstation, 5.15.x
GRSECURITY=1 GRSECURITY_PATCH_TYPE=stable6 LOCALVERSION="-workstation" \
Expand Down
Loading

0 comments on commit adb0bda

Please sign in to comment.