Re: Apache-Test/lib/Apache/TestRun.pm

2003-10-27 Thread Vivek Khera
> "SB" == Stas Bekman <[EMAIL PROTECTED]> writes: SB> perl -e 'require POSIX; POSIX::setuid(65534); POSIX::setgid(65534); \ SB> print -r q{/tmp} && -w _ && -x _ ? q{OK} : q{NOK}; ' Since when is user nobody hardwired to UID 65534? I never saw POSIX mandate that.

Re: Apache-Test/lib/Apache/TestRun.pm

2003-10-27 Thread Stas Bekman
Vivek Khera wrote: "SB" == Stas Bekman <[EMAIL PROTECTED]> writes: SB> perl -e 'require POSIX; POSIX::setuid(65534); POSIX::setgid(65534); \ SB> print -r q{/tmp} && -w _ && -x _ ? q{OK} : q{NOK}; ' Since when is user nobody hardwired to UID 65534? I never saw POSIX mandate that. It's n