Code

Net::Oping: Added a note about the need to be root to the module's POD.
authorFlorian Forster <octo@verplant.org>
Sat, 26 Jan 2008 17:00:13 +0000 (18:00 +0100)
committerFlorian Forster <octo@verplant.org>
Sat, 26 Jan 2008 17:00:13 +0000 (18:00 +0100)
bindings/perl/lib/Net/Oping.pm

index ffaaa1b03b04f5a8d1ddf1f32eb24a9d137a3f02..2f01d21d45fdb96436763361cc4b54acca905436 100644 (file)
@@ -247,6 +247,15 @@ sub get_error
 
 =back
 
+=head1 CAVEATS
+
+The C<oping> library opens a raw socket to be able to send ICMP packets. On
+most systems normal users are not allowed to do this. This is why on most
+systems the L<ping(1)> utility is installed as SetUID-root. Since, when using
+this module, no external process is spawned B<this> process needs the
+appropriate permissions. This means that either your script has to run as
+superuser or, under Linux, needs the C<CAP_NET_RAW> capability.
+
 =head1 SEE ALSO
 
 L<liboping(3)>