I found a machine that reproduce the problem
mkdir(2) is free to ignore { S_ISUID S_ISGID S_ISVTX } in mode without error
mkdir(1) must honor { S_ISUID S_ISGID S_ISVTX } in -m -- modulo privileges to 
do so

the ast mkdir implementation had the check for mkdir(2) results
in the -p branch of the code and missed the case of creating
a subdir in .

this will be fixed in the next beta
thanks

_______________________________________________
ksh93-integration-discuss mailing list
ksh93-integration-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/ksh93-integration-discuss

Reply via email to