You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there is no clearance (eg. system_u:unconfined_r:unconfined_t:s0 [*]) parsing will not work. The following regex works: ([^:]+):([^:]+):([^:]+):([^-]+)-?([^-]+)?.
Please notice that clearance is used in several places of the test and hence we need to fix those parts as well.
[*] FYI, when I am running testsuite via Beaker, tests are executed with this context.
Reproducer: runcon system_u:unconfined_r:unconfined_t:s0 make tests
The text was updated successfully, but these errors were encountered:
SElinux context is parsed in filter_exclude test incorrectly:
When there is no clearance (eg. system_u:unconfined_r:unconfined_t:s0 [*]) parsing will not work. The following regex works:
([^:]+):([^:]+):([^:]+):([^-]+)-?([^-]+)?
.Please notice that clearance is used in several places of the test and hence we need to fix those parts as well.
[*] FYI, when I am running testsuite via Beaker, tests are executed with this context.
Reproducer:
runcon system_u:unconfined_r:unconfined_t:s0 make tests
The text was updated successfully, but these errors were encountered: