9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] updating cron through email
@ 2006-02-21  1:51 Fernan Bolando
  2006-02-21  8:41 ` Steve Simon
  0 siblings, 1 reply; 2+ messages in thread
From: Fernan Bolando @ 2006-02-21  1:51 UTC (permalink / raw)
  To: 9fans Mailing list

Hi

I am using my 9grid account to send me reminders of special dates.
I am currently in the process of writing a pipeto script so that I can
update cron
through email.

I was wondering if this will open up mordor on possible security threat?
I was thinking of using a simple pipeto then sed, but paranoia made thinking of
adding blowfish encryption.

anybody have a thought on this?

,Fernan



--
Public PGP/GnuPG key (http://www.fernski.com)
pub 1024D/3576CA71 2006-02-02 Fernan Bolando
Key fingerprint = FDFE C9A8 FFED C1A5 2F5C EFEB D595 AF1C 3576 CA71


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] updating cron through email
  2006-02-21  1:51 [9fans] updating cron through email Fernan Bolando
@ 2006-02-21  8:41 ` Steve Simon
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Simon @ 2006-02-21  8:41 UTC (permalink / raw)
  To: fernanbolando, 9fans

> I am currently in the process of writing a pipeto script so that I can
> update cron through email.

Not sure it can be this simple, pipeto runs as none - this was intentional,
to prevent runaway scripts destroying your account. A two phase system
using pipeto to dump the script somwhere and then cron to dispatch it is
plausable, but that starts getting messy; Couldn't you just do

	cpu -u yourname -h mordor.tip9ug.jp -c 
		'echo 19 Aug dentist :-( >> $home/lib/calendar'

-Steve


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-02-21  8:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-21  1:51 [9fans] updating cron through email Fernan Bolando
2006-02-21  8:41 ` Steve Simon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).