refactor(kernel): added audit.cfg kernel config snippet for settings uniform on all platforms#635
Open
HarryWaschkeit wants to merge 9 commits intoomnect:mainfrom
Conversation
…uniform on all platforms Signed-off-by: Harry Waschkeit <44188360+HarryWaschkeit@users.noreply.github.com>
…FIG_SECURITY_APPARMOR, so add it, too Signed-off-by: Harry Waschkeit <44188360+HarryWaschkeit@users.noreply.github.com>
…default (as it was w/o audit) Signed-off-by: Harry Waschkeit <44188360+HarryWaschkeit@users.noreply.github.com>
Contributor
Author
mlilien
reviewed
Mar 9, 2026
There was a problem hiding this comment.
Pull request overview
Adds a kernel config fragment to enable Linux audit-related options across omnect Secure OS kernel builds, making audit settings consistent across platforms (even if audit isn’t currently used by the OS itself).
Changes:
- Introduces a new kernel config snippet
audit.cfgenabling audit/audit-syscall options (and related security options). - Includes the new config fragment in the common kernel
SRC_URIlist so it is applied to all supported kernel recipes.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| recipes-kernel/linux/files/audit.cfg | New kernel config fragment enabling audit-related configuration. |
| conf/distro/include/omnect-os-kernel.conf | Adds audit.cfg to the shared kernel config fragment list applied to all kernels. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…udit distro feature Signed-off-by: Harry Waschkeit <44188360+HarryWaschkeit@users.noreply.github.com>
…ent on audit distro feature" This reverts commit 8641102.
…AUDITSYSCALL in audit snippet Signed-off-by: Harry Waschkeit <44188360+HarryWaschkeit@users.noreply.github.com>
…ore consistent) Signed-off-by: Harry Waschkeit <44188360+HarryWaschkeit@users.noreply.github.com>
…udit.cfg Signed-off-by: Harry Waschkeit <44188360+HarryWaschkeit@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note that audit is not used by omnect Secure OS (yet), but potentially allow for an application to take advantage of that.