check_root: ignore cgi.py in any Python version

This commit is contained in:
David Michael 2017-07-26 13:04:55 -07:00
parent 50ef678e25
commit 963fc72f0e

View File

@ -80,7 +80,7 @@ IGNORE_MISSING = {
USR_LINKS = ("/bin/", "/sbin/", "/lib/", "/lib32/", "/lib64/")
IGNORE_SHEBANG = (
b"*/python2.7/cgi.py",
b"*/python[0-9].[0-9]/cgi.py",
b"*/usr/lib64/modules/*/source/scripts/*",
b"*/usr/share/nova-agent/*/etc/gentoo/nova-agent",
b"*/tmp/*",