Print this page
13026 SMB and NFS use the global zone's IDMAP when they shouldn't
Change-Id: I3b5f7bc68bb77764aa7cb59a48dd1740a8387ccf
*** 11,21 ****
#
# Copyright 2017, Richard Lowe
# Copyright 2014 Garrett D'Amore <garrett@damore>
# Copyright 2019 Joyent, Inc.
! # Copyright 2016 Nexenta Systems, Inc.
# Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
#
include $(SRC)/Makefile.master
--- 11,21 ----
#
# Copyright 2017, Richard Lowe
# Copyright 2014 Garrett D'Amore <garrett@damore>
# Copyright 2019 Joyent, Inc.
! # Copyright 2020 Nexenta by DDN, Inc. All rights reserved.
# Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
#
include $(SRC)/Makefile.master
*** 68,77 ****
--- 68,78 ----
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,563 ****
--- 555,565 ----
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,706 ****
--- 690,712 ----
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,976 ****
--- 973,983 ----
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,1318 ****
vmem_xfree.9f \
vsnprintf.9f \
vsprintf.9f \
vzcmn_err.9f \
wr.9f \
! zcmn_err.9f
assert.9f := LINKSRC = ASSERT.9f
intro.9f := LINKSRC = Intro.9f
--- 1315,1326 ----
vmem_xfree.9f \
vsnprintf.9f \
vsprintf.9f \
vzcmn_err.9f \
wr.9f \
! zcmn_err.9f \
! zone_kcred.9f
assert.9f := LINKSRC = ASSERT.9f
intro.9f := LINKSRC = Intro.9f
*** 1481,1490 ****
--- 1489,1506 ----
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