diff options
author | Gordon Ross <gwr@nexenta.com> | 2013-06-17 10:34:00 -0400 |
---|---|---|
committer | Gordon Ross <gwr@nexenta.com> | 2015-06-04 16:46:25 -0400 |
commit | b819cea2f73f98c5662230cc9affc8cc84f77fcf (patch) | |
tree | a3677952ded5706400717b9b79b0aeaa3d93a739 /exception_lists | |
parent | 83d2dfe69259e79314662cf95e6d1f9103dcffe2 (diff) | |
download | illumos-joyent-b819cea2f73f98c5662230cc9affc8cc84f77fcf.tar.gz |
5917 User-mode SMB server
Authored by: Thomas Keiser <thomas.keiser@nexenta.com>
Authored by: Albert Lee <trisk@nexenta.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Albert Lee <trisk@omniti.com>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'exception_lists')
-rw-r--r-- | exception_lists/packaging | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/exception_lists/packaging b/exception_lists/packaging index 2f866e63fd..3ba665abf8 100644 --- a/exception_lists/packaging +++ b/exception_lists/packaging @@ -752,14 +752,37 @@ usr/include/sys/srn.h usr/include/smb usr/include/smbsrv # +# Private/Internal libraries for smbsrv in user space +# +usr/include/libfakekernel +usr/lib/libfakekernel.so +usr/lib/libfakekernel.so.1 +usr/lib/llib-lfakekernel +usr/lib/llib-lfakekernel.ln +usr/lib/amd64/llib-lfakekernel.ln i386 +usr/lib/sparcv9/llib-lfakekernel.ln sparc +usr/lib/amd64/libfakekernel.so i386 +usr/lib/amd64/libfakekernel.so.1 i386 +usr/lib/sparcv9/libfakekernel.so sparc +usr/lib/sparcv9/libfakekernel.so.1 sparc +# # Private/Internal dtrace scripts of smbsrv. Do not ship. # usr/lib/smbsrv/dtrace # -# Private/Internal (lint) libraries of smbsrv. Do not ship. +# Private/Internal libraries of smbsrv. Do not ship. # +usr/lib/mdb/proc/libfksmbsrv.so +usr/lib/mdb/proc/amd64/libfksmbsrv.so i386 +usr/lib/mdb/proc/sparcv9/libfksmbsrv.so sparc usr/lib/reparse/llib-lreparse_smb usr/lib/reparse/llib-lreparse_smb.ln +usr/lib/smbsrv/bind-helper +usr/lib/smbsrv/fksmbd +usr/lib/smbsrv/libfksmbsrv.so +usr/lib/smbsrv/libfksmbsrv.so.1 +usr/lib/smbsrv/llib-lfksmbsrv +usr/lib/smbsrv/llib-lfksmbsrv.ln usr/lib/smbsrv/llib-lmlrpc usr/lib/smbsrv/llib-lmlrpc.ln usr/lib/smbsrv/llib-lmlsvc |