Skip to content

Conversation

@ConnorNelson
Copy link
Member

No description provided.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +18 to +22
COPY <<EOF configs/fragments/x86_64/dojo.conf
CONFIG_SECURITY_LANDLOCK=y

CONFIG_BPF_JIT=y
CONFIG_BPF_SYSCALL=y

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Wire kernel fragment into build

The Dockerfile now writes a configs/fragments/x86_64/dojo.conf fragment with the Landlock/BPF options, but the subsequent kernel build still runs with the default fragment set and no change to include this file. The previous Landlock tweak went straight into base.conf, which build-kernel.sh consumes, so moving the options into an unreferenced fragment means the BPF settings never reach the kata kernel and Landlock is no longer enabled.

Useful? React with 👍 / 👎.

@codecov
Copy link

codecov bot commented Dec 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@ConnorNelson ConnorNelson merged commit 8140b8f into master Dec 22, 2025
4 checks passed
@ConnorNelson ConnorNelson deleted the kata/add-bpf branch December 22, 2025 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants