Skip to content

feat(agents): add LSM compatibility checks to review and spike skills#1451

Merged
mrunalp merged 1 commit into
NVIDIA:mainfrom
derekwaynecarr:feat/skills-lsm-compatibility
May 20, 2026
Merged

feat(agents): add LSM compatibility checks to review and spike skills#1451
mrunalp merged 1 commit into
NVIDIA:mainfrom
derekwaynecarr:feat/skills-lsm-compatibility

Conversation

@derekwaynecarr
Copy link
Copy Markdown
Collaborator

Summary

Teach the principal-engineer-reviewer agent, build-from-issue skill, and create-spike skill to assess Linux Security Module impact. Code that touches /proc filesystem access, process identity, or binary execution can behave differently on SELinux-enforcing or AppArmor hosts — for example, readlink on /proc//exe returns ENOENT across SELinux domain boundaries, breaking tests that fork+exec into system binaries.

Related Issue

Changes

Testing

  • [x ] mise run pre-commit passes
  • Unit tests added/updated
  • E2E tests added/updated (if applicable)

Checklist

  • [ x] Follows Conventional Commits
  • [ x] Commits are signed off (DCO)
  • Architecture docs updated (if applicable)

Teach the principal-engineer-reviewer agent, build-from-issue skill, and
create-spike skill to assess Linux Security Module impact.  Code that
touches /proc filesystem access, process identity, or binary execution
can behave differently on SELinux-enforcing or AppArmor hosts — for
example, readlink on /proc/<pid>/exe returns ENOENT across SELinux
domain boundaries, breaking tests that fork+exec into system binaries.

Signed-off-by: Derek Carr <decarr@redhat.com>
@derekwaynecarr derekwaynecarr requested review from a team, maxamillion and mrunalp as code owners May 19, 2026 15:36
@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented May 19, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@johntmyers johntmyers self-assigned this May 19, 2026
@mrunalp mrunalp merged commit 3c87393 into NVIDIA:main May 20, 2026
5 checks passed
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.

3 participants