Actions
action #96534
closedaction #93441: [sle][security][sle15sp4][CC] CC hand over
[sle][security][sle15sp4][CC] add 'test_pamfaillock_xxx' into audit_test/libpam run list when SLE ship pam_faillock
Start date:
2021-08-04
Due date:
% Done:
100%
Estimated time:
32.00 h
Difficulty:
Description
For now we don't test pam_faillock
in cc testing. It's also controlled in the test code: https://gitlab.suse.de/security/audit-test-sle15/-/blob/master/audit-test/libpam/run.conf#L51
if [[ "$DISTRO" != "SUSE" ]] ; then
+ pamfaillock_lock
+ pamfaillock_unlock
fi
And according to the message given by Marcus Meissner in https://gitlab.suse.de/security/audit-test-sle15/-/merge_requests/21#note_335958
we did not yet ship pam_faillock ... it was requested for STIG, buit not yet added.
We need to add the related test cases into test list after SLE ship pam_faillock
Actions