diff options
Diffstat (limited to 'exception_lists/interface_check')
-rw-r--r-- | exception_lists/interface_check | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/exception_lists/interface_check b/exception_lists/interface_check index f980138bb1..377aa4b387 100644 --- a/exception_lists/interface_check +++ b/exception_lists/interface_check @@ -63,7 +63,10 @@ PLUGIN ^usr/lib/sysevent/modules PLUGIN ^usr/perl5/5\.[^\\]*/lib PLUGIN ^usr/platform PLUGIN ^usr/sadm/lib/wbem - +# We unfortunately can't use MACH() here, since .../64/ is literal, and not a +# link to to amd64 or sparcv9 +PLUGIN ^usr/lib/dtrace/libdtrace_forceload\.so$ +PLUGIN ^usr/lib/dtrace/64/libdtrace_forceload\.so$ # sbcp is a special case, and not a plugin. However, it does not have a # versioned name, and does not contain versioning, so the PLUGIN exemptions fit. |