|
Bugzilla – Full Text Bug Listing |
| Summary: | [Build 26.1] ima-policy tcb with audit func=BPRM_CHECK not raising INTEGRITY_RULE audit line | ||
|---|---|---|---|
| Product: | [openSUSE] PUBLIC SUSE Linux Enterprise Server 15 SP6 | Reporter: | Joaquín Rivera <jeriveramoya> |
| Component: | Kernel | Assignee: | Kernel Bugs <kernel-bugs> |
| Status: | NEW --- | QA Contact: | |
| Severity: | Normal | ||
| Priority: | P4 - Low | CC: | meissner, riccardo.ceragioli, tiwai, tjyrinki |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://openqa.suse.de/tests/12410596/modules/ima_measurement_audit/steps/36 | ||
| Whiteboard: | |||
| Found By: | openQA | Services Priority: | |
| Business Priority: | Blocker: | Yes | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Joaquín Rivera
2023-10-10 13:01:55 UTC
i would also delegate this to the kernel folks, area auditing. This still fails in Build44.1. As usual of an openQA report, it's unclear what's failing and how it's reproduced. Could you give a bit more elaborated description about what openQA tests, at best with a code snippet that can run locally without openQA? Forgetting about openQA for now, a local setup and steps to reproduce: Setup 1: SLE 15 SP5 QU1, all defaults except guided partitioning setup to select ext4 Setup 2: SLE 15 SP6, -- "" -- add to kernel boot flags: rootflags=iversion ima_policy=tcb echo 'audit func=BPRM_CHECK' > /etc/sysconfig/ima-policy reboot echo -n '' > /var/log/audit/audit.log ping -c 1 localhost ausearch -m INTEGRITY_RULE Setup 1 (SLE 15 SP5): type INTEGRITY_RULE ... file="/usr/bin/ping" ... This is the expected result. Setup 2 (SLE 15 SP6): <no matches> |