diff options
Diffstat (limited to 'exception_lists')
| -rw-r--r-- | exception_lists/check_rtime | 6 | ||||
| -rw-r--r-- | exception_lists/interface_check | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/exception_lists/check_rtime b/exception_lists/check_rtime index c8897aed78..69796247aa 100644 --- a/exception_lists/check_rtime +++ b/exception_lists/check_rtime @@ -164,10 +164,8 @@ UNREF_OBJ /lib.*\ of\ .*libtspi\.so\.1 UNREF_OBJ /lib.*\ of\ .*libxml2\.so\.2 UNREF_OBJ /lib.*\ of\ .*libxslt\.so\.1 UNREF_OBJ /lib.*\ of\ .*libpq\.so\.4 -UNREF_OBJ /lib.*\ of\ .*libpython2\.4\.so\.1\.0 -UNREF_OBJ /lib.*\ of\ .*libpython2\.6\.so\.1\.0 -UNREF_OBJ /lib.*\ of\ .*libpython2\.7\.so\.1\.0 -UNREF_OBJ /lib.*\ of\ .*libpython3\.[56789]m?\.so\.1\.0 +UNREF_OBJ /lib.*\ of\ .*libpython2\.[467]\.so\.1\.0 +UNREF_OBJ /lib.*\ of\ .*libpython3\.\d+m?\.so\.1\.0 UNREF_OBJ /libgcc_s.*\ of\ .*libstdc\+\+\.so\.6 UNREF_OBJ /libgcc_s.*\ of\ .*libgmodule-2\.0\.so\.0 diff --git a/exception_lists/interface_check b/exception_lists/interface_check index e97322fac3..a3f0e493c8 100644 --- a/exception_lists/interface_check +++ b/exception_lists/interface_check @@ -21,7 +21,7 @@ # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. -# Copyright 2018 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2021 OmniOS Community Edition (OmniOSce) Association. # This file provides exceptions to the usual rules applied to shared # objects by interface_check. All strings are Perl regular expressions @@ -58,7 +58,7 @@ PLUGIN ^usr/lib/mdb PLUGIN ^usr/lib/pci PLUGIN ^usr/lib/picl/plugins PLUGIN ^usr/lib/python2.[467] -PLUGIN ^usr/lib/python3.[56789] +PLUGIN ^usr/lib/python3.\d+ PLUGIN ^usr/lib/rcm/modules PLUGIN ^usr/lib/scsi/plugins PLUGIN ^usr/lib/sysevent/modules |
