Closed jdeluyck closed 4 years ago
@jdeluyck Could you please test again with recent version of the scanner (1.3.2, available in Fedora and RHEL)?
Assuming that the bug was fixed, feel free to re-open if it's not the case.
@evgenyz Sorry, I missed the notification. Also, I no longer have access to the machines where I could easily test this.
@jdeluyck Sure, no problem. Please re-open it if you stumble upon it again and would be able to confirm that it was not fixed.
Description of Problem:
OpenSCAP Version:
1.3.0
Operating System & Version:
RHEL 7.6 Fedora 29
Steps to Reproduce:
$ mkdir -p /tmp/link-target/foo /tmp/link-target/foo2 $ ln -s /tmp/link-target/foo2 /tmp/link-source
Do oscap oval eval.
Actual Results:
Returns 'failed' because variable is not filled with directories
Expected Results:
Returns 'pass' because the link is to one of the listed directories
Additional Information / Debugging Steps: