Is it possible to prevent cron from executing something in a world-readable directory, or a directory branching off a world-readable directory? Thanks. Scott
On Wed, Jan 23, 2008 at 02:02:38PM -0500, Scott Ehrlich alleged:> Is it possible to prevent cron from executing something in a world-readable > directory, or a directory branching off a world-readable directory?Aren't all cronjobs generally already in world-readable directories? -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <lists.centos.org/pipermail/centos/attachments/20080123/b238f204/attachment-0002.sig>
On Wed, 23 Jan 2008, Garrick Staples wrote:> On Wed, Jan 23, 2008 at 02:02:38PM -0500, Scott Ehrlich alleged: >> Is it possible to prevent cron from executing something in a world-readable >> directory, or a directory branching off a world-readable directory? > > Aren't all cronjobs generally already in world-readable directories? > >My error - I meant preventing from world _writable_ directories, or subdirs of world writable dirs. Thanks for any leads. Scott