Actions
action #101181
closed[security]test fails in apache2_changehat after version update to 2.4.51
Status:
Resolved
Priority:
High
Assignee:
Category:
Bugs in existing tests
Target version:
Start date:
2021-10-19
Due date:
% Done:
100%
Estimated time:
Difficulty:
Description
Observation¶
openQA test in scenario sle-12-SP5-Server-DVD-Updates-x86_64-mau-apparmor_profile@64bit fails in
apache2_changehat
Test suite description¶
Testsuite maintained at https://gitlab.suse.de/qa-maintenance/qam-openqa-yml.
Reproducible¶
Fails since (at least) Build 20211016-2 (current job)
Expected result¶
Last good: 20211016-1 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by msmeissn about 3 years ago
Reason is
type=AVC msg=audit(1634394680.922:495): apparmor="DENIED" operation="mknod" profile="/usr/sbin/httpd-prefork" name="/run/httpd.pid.rio2Nw" pid=7166 comm="httpd-prefork" requested_mask="c" denied_mask="c" fsuid=0 ouid=0
this is os-autoinst-distri-opensuse/data/apparmor/
needs this change from sle15
- /run/httpd.pid.?????? rw,
and perhaps more
Updated by maritawerner about 3 years ago
- Subject changed from test fails in apache2_changehat after version update to 2.4.51 to [security]test fails in apache2_changehat after version update to 2.4.51
Updated by dzedro about 3 years ago
- Status changed from New to In Progress
- Assignee set to dzedro
Updated by dzedro about 3 years ago
- Status changed from In Progress to Resolved
- Target version set to QE-Core: Ready
- % Done changed from 0 to 100
Adding /run/httpd.pid.?????? rw,
was enough.
Actions