diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-12-23 17:21:37 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-12-23 17:21:37 +0000 |
commit | d504a7a1174f3eb9e21e78b51a8eadfded5eb2fe (patch) | |
tree | 412572c86e01fcd7d07079176b105b0baa1d1b18 /pod | |
parent | c5f7c514bb4668f1a5a19abd36ab87f001002ea4 (diff) | |
download | perl-d504a7a1174f3eb9e21e78b51a8eadfded5eb2fe.tar.gz |
The "Setuid script not plain file" error wasn't documented.
p4raw-id: //depot/perl@23672
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index ba0ad972ba..b2ea972668 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3500,6 +3500,11 @@ L<perlfunc/setsockopt>. (F) The setuid emulator won't run a script that is writable by the world, because the world might have written on it already. +=item Setuid script not plain file + +(F) The setuid emulator won't run a script that isn't read from a file, +but from a socket, a pipe or another device. + =item shm%s not implemented (F) You don't have System V shared memory IPC on your system. |