Ondrej Moris

Results 18 issues of Ondrej Moris

# New test script idea ## What TLS message this idea relates to? ClientHello ## What TLS extension this idea relates to? `renegotiation_info` ## What is the behaviour the test...

good first issue
new test script

Hello folks, long time no see :). on Fedora I am trying to catch syscalls with a specific exit value (EACCES=-13) by the following rule: ``` # auditctl -a always,exit...

bug
priority/medium

Test for issue https://github.com/linux-audit/audit-kernel/issues/138.

enhancement
priority/medium
pending/revision

It would be good to have a test for at least basic event validation. Sometimes events are malformed even though there is a guidance for creating audit events. Since we...

enhancement
priority/medium

SElinux context is parsed in filter_exclude test incorrectly: ``` if($subj =~ /([^:]+):([^:]+):([^:]+):([^-]+)-([^-]+)/) { ($subj_user, $subj_role, $subj_type, $subj_sen, $subj_clr) = ($1, $2, $3, $4, $5); } ``` When there is no...

bug
priority/medium

Even though the original filter description is correct and does not contain any factual flaws it might be confusing to people. There are two improvements that I propose: 1. People...

docs

TMT uses ssh session to watch the SUT (guest machine running the test). When anything happen to this session, run is aborted completely. It should be acceptable for test to...

When the logfile submitted to ReportPortal from the reportportal report plugin is too big it make it very hard to process the defect (it gets laggy and log is kinda...

When OE is configured to allow authnull in libreswan-5.0-1: ``` # /etc/ipsec.d/oe-authnull.conf # # Example file for Opportunstic Encryption using Auth NULL # During negotiation, hold traffic. On IKE Auth...

untested
v5.0

This PR adds an external test for pkcs11-provider (https://github.com/latchset/pkcs11-provider). It runs the self-test of the provider. ##### Checklist - [x] tests are added or updated

branch: master
approval: ready to merge
triaged: feature
tests: present
extended tests