Print this page
13026 SMB and NFS use the global zone's IDMAP when they shouldn't
Change-Id: I3b5f7bc68bb77764aa7cb59a48dd1740a8387ccf
@@ -11,11 +11,11 @@
#
# Copyright 2017, Richard Lowe
# Copyright 2014 Garrett D'Amore <garrett@damore>
# Copyright 2019 Joyent, Inc.
-# Copyright 2016 Nexenta Systems, Inc.
+# Copyright 2020 Nexenta by DDN, Inc. All rights reserved.
# Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
#
include $(SRC)/Makefile.master
@@ -68,10 +68,11 @@
condvar.9f \
copyb.9f \
copyin.9f \
copymsg.9f \
copyout.9f \
+ credentials.9f \
csx_AccessConfigurationRegister.9f \
csx_CS_DDI_Info.9f \
csx_ConvertSize.9f \
csx_ConvertSpeed.9f \
csx_DeregisterClient.9f \
@@ -554,10 +555,11 @@
vmem_create.9f \
vmem_walk.9f
MANLINKS= AVL_NEXT.9f \
AVL_PREV.9f \
+ CRED.9f \
SIZEOF_PTR.9f \
SIZEOF_STRUCT.9f \
STRUCT_BUF.9f \
STRUCT_FADDR.9f \
STRUCT_FGET.9f \
@@ -688,19 +690,23 @@
avl_nearest.9f \
avl_numnodes.9f \
avl_remove.9f \
avl_swap.9f \
bcanputnext.9f \
+ crdup.9f \
+ crfree.9f \
+ crget.9f \
crgetgid.9f \
crgetgroups.9f \
crgetngroups.9f \
crgetrgid.9f \
crgetruid.9f \
crgetsgid.9f \
crgetsuid.9f \
crgetuid.9f \
crgetzoneid.9f \
+ crhold.9f \
csx_Get16.9f \
csx_Get32.9f \
csx_Get64.9f \
csx_GetEventMask.9f \
csx_GetNextClient.9f \
@@ -967,10 +973,11 @@
id_space_destroy.9f \
id_space_extend.9f \
inl.9f \
intro.9f \
inw.9f \
+ kcred.9f \
kmem_cache_alloc.9f \
kmem_cache_destroy.9f \
kmem_cache_free.9f \
kmem_cache_set_move.9f \
kmem_free.9f \
@@ -1308,11 +1315,12 @@
vmem_xfree.9f \
vsnprintf.9f \
vsprintf.9f \
vzcmn_err.9f \
wr.9f \
- zcmn_err.9f
+ zcmn_err.9f \
+ zone_kcred.9f
assert.9f := LINKSRC = ASSERT.9f
intro.9f := LINKSRC = Intro.9f
@@ -1481,10 +1489,18 @@
cv_timedwait.9f := LINKSRC = condvar.9f
cv_timedwait_sig.9f := LINKSRC = condvar.9f
cv_wait.9f := LINKSRC = condvar.9f
cv_wait_sig.9f := LINKSRC = condvar.9f
+CRED.9f := LINKSRC = credentials.9f
+crdup.9f := LINKSRC = credentials.9f
+crfree.9f := LINKSRC = credentials.9f
+crget.9f := LINKSRC = credentials.9f
+crhold.9f := LINKSRC = credentials.9f
+kcred.9f := LINKSRC = credentials.9f
+zone_kcred.9f := LINKSRC = credentials.9f
+
csx_Get16.9f := LINKSRC = csx_Get8.9f
csx_Get32.9f := LINKSRC = csx_Get8.9f
csx_Get64.9f := LINKSRC = csx_Get8.9f
csx_GetNextClient.9f := LINKSRC = csx_GetFirstClient.9f