audit: adjust OSPP file activity rules for session users#1782
Merged
brianmcgillion merged 1 commit intotiiuae:mainfrom Feb 26, 2026
Merged
audit: adjust OSPP file activity rules for session users#1782brianmcgillion merged 1 commit intotiiuae:mainfrom
brianmcgillion merged 1 commit intotiiuae:mainfrom
Conversation
Signed-off-by: Everton de Matos <everton.dematos@tii.ae>
380f5c3 to
8f7bd74
Compare
|
Tested on Lenovo X1 (
|
brianmcgillion
approved these changes
Feb 26, 2026
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.
Description of Changes
This PR fixes OSPP file activity auditing coverage for session users in Ghaf VMs.
create,modification, anddeleteaudit rules to useauid!=unsetinstead ofauid>=1000.ghaf, UID 901) are captured.openat2coverage to OSPP create rules so newer create syscalls are also audited.Type of Change
Related Issues / Tickets
https://jira.tii.ae/browse/SSRCSP-8000
https://jira.tii.ae/browse/SSRCSP-6940
Checklist
make-checksand it passesTesting Instructions
Applicable Targets
aarch64aarch64x86_64x86_64x86_64Installation Method
nixos-rebuild ... switchTest Steps To Verify:
1.1. Enable audit option to be true
security.audit.enable = true;underghaf/modules/reference/profiles/mvp-user-trial.nix1.2 Enable OSPP rules to true
default=trueunderghaf/modules/common/security/audit/default.nix(inside 'enableOspp = mkOption'))chrome-vm(or any vm)touch /tmp/testfile.txt