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> |
||
---|---|---|
.. | ||
flask | ||
modules | ||
support | ||
constraints | ||
context_defaults | ||
global_booleans | ||
global_tunables | ||
mcs | ||
mls | ||
policy_capabilities | ||
users |