[lug] Why cron.allow and cron.deny?
Lee Woodworth
blug-mail at duboulder.com
Mon Jan 13 10:47:41 MST 2014
On 01/13/2014 09:16 AM, Rob Nagler wrote:
> I still don't get it. What's the difference between cron and this?
>
> while true; do
> sleep 60
> do_something
> done
>
> Or, for the more abusive:
>
> while true do
> sleep 60
> ssh some-target.com do_something
> done
>
A small difference: user scripts don't involve a privileged process
and it's possible security holes.
> Rob
> _______________________________________________
> Web Page: http://lug.boulder.co.us
> Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
> Join us on IRC: irc.hackingsociety.org port=6667 channel=#hackingsociety
>
More information about the LUG
mailing list