Skip to content

Commit

Permalink
Merge pull request #54 from freedomofpress/server-6.6
Browse files Browse the repository at this point in the history
Add server 6.6 configuration
  • Loading branch information
zenmonkeykstop authored Oct 29, 2024
2 parents 31e8585 + 2100e94 commit 4f9a3dc
Show file tree
Hide file tree
Showing 2 changed files with 10,351 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 4f9a3dc

Please sign in to comment.