>Subject: Re: Re: [ksh93-integration-discuss] KSH93 to assist in Auditing >-------- > > >> I'm curious if we could roll the audit option into the pfksh93 binary... >> combini >> ng ksh93 profile shell capability with built-in auditing capability would be >> an >> extremely powerful tool for Solaris administrators! >> >> benr. >> >> > >I don't do the builds for open solaris so this is not my decision. >Both the pfksh and the audit code are in the shell so this is >a configuration question.
Is this "Solaris auditing" code or some other form? The bug I mentioned in "pfksh93" is this: when you execute any command in "pfksh93" the shell exits: myshell$ ln -s /usr/bin/ksh93 /tmp/pfksh93 myshell$ /tmp/pfksh93 $ ls <.. output ..> <and then we don't get any more prompts and pfksh93 exits> myshell$ That is, it doesn't fork(), rather it execs /bin/ls directly. Casper