redhat-et / edge-security-demo

Apache License 2.0
2 stars 6 forks source link

Update exclude list to use Python regex standard #30

Closed font closed 4 years ago

font commented 4 years ago

While this still worked unintentionally, this updates the exclude list regular expressions to use the Python regular expressions standard for specifying the wildcard pattern. That is, in this example the * alone will simply repeat the previous character 0 or more times. See https://keylime-docs.readthedocs.io/en/latest/user_guide/runtime_ima.html#excludes-list for info on this.