selinux-refpolicy/policy/modules
Nicolas Iooss d386950b0d
Fix use of buggy pattern (.*)?
The pattern "(.*)?" means "match anything including the nothing, or
nothing": the question mark is redundant. This is likely to be a
mispelling for "(/.*)?", which means "match a slash and anthing, or
nothing", or for ".*", or for other patterns.

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
2019-08-29 19:57:05 +02:00
..
admin rpm, selinux, sysadm, init: Module version bump. 2019-07-13 14:07:11 -04:00
apps Fix use of buggy pattern (.*)? 2019-08-29 19:57:05 +02:00
kernel Fix use of buggy pattern (.*)? 2019-08-29 19:57:05 +02:00
roles rpm, selinux, sysadm, init: Module version bump. 2019-07-13 14:07:11 -04:00
services Fix use of buggy pattern (.*)? 2019-08-29 19:57:05 +02:00
system Fix use of buggy pattern (.*)? 2019-08-29 19:57:05 +02:00