If the resulting output contains a line that begins with:
- File containing dummy exec functions
+ File containing dummy exec functions:
then B<sudo> may be able to replace the exec family of functions
in the standard library with its own that simply return an error.
or not your system is capable of supporting I<noexec> you can always
just try it out and see if it works.
+Note that disabling shell escapes is not a panacea. Programs running
+as root are still capable of many potentially hazardous operations
+(such as chaning or overwriting files) that could lead to unintended
+privilege escalation. In the specific case of an editor, a safer
+approach is to give the user permission to run the B<sudoedit>
+program.
+
=head1 CAVEATS
The I<sudoers> file should B<always> be edited by the B<visudo>