diff options
Diffstat (limited to 'exception_lists/interface_cmp')
-rw-r--r-- | exception_lists/interface_cmp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/exception_lists/interface_cmp b/exception_lists/interface_cmp index 65dcfd8459..831d1aa5f0 100644 --- a/exception_lists/interface_cmp +++ b/exception_lists/interface_cmp @@ -51,6 +51,17 @@ DELSYM ^(auditsvc|setauclassfile|setaueventfile|setauuserfile|testac)$ \ ^SUNW_(0\.[7-8]|1\.[1-2])$ \ ^MACH(lib)/libbsm\.so\.1$ +# +# - Removed interfaces: getauusernam(3bsm) +# 6914742 remove audit_user phase 1 +# PSARC/2010/003 EOL and removal of audit_user(4) and getauusernam(3bsm) +# +DELSYM ^(getauuserent_r|getauusernam_r)$ \ + ^SUNW_(0\.8|1\.[1-2])$ \ + ^MACH(lib)/libbsm\.so\.1$ +DELSYM ^(endauuser|getauuserent|getauusernam|setauuser)$ \ + ^SUNW_(0\.[7-8]|1\.[1-2])$ \ + ^MACH(lib)/libbsm\.so\.1$ ## libmalloc / libmapmalloc |