So I want to see if there is a way to restrict crontab from running an executable or anything else from a world-writable directory, or subdirectory thereof.
Thanks.
Scott
On Wed, January 23, 2008 8:16 pm, Scott Ehrlich wrote:
So I want to see if there is a way to restrict crontab from running an executable or anything else from a world-writable directory, or subdirectory thereof.
One way of accomplishing that is to mount the file system that holds the directory in question with the noexec option.