<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#0050d0">
Sent: Thursday, February 12, 2009 10:25:40 AM<br>
From: Keith Hellman <a class="moz-txt-link-rfc2396E" href="mailto:khellman@mcprogramming.com"><khellman@mcprogramming.com></a><br>
To: CLUE tech <a class="moz-txt-link-rfc2396E" href="mailto:clue-tech@cluedenver.org"><clue-tech@cluedenver.org></a> <br>
Subject: Re: [clue-tech] suid
<blockquote cite="mid:20090212172540.GJ10763@doberman.localdomain"
type="cite">
<pre wrap="">I would consider a bash script that looks at $(basename ${0}) to
determine which of A, B, and C should be done.
Then make the appropriate symlinks.
Then configure sudo appropriately for password-less access to the A and
C script.
</pre>
</blockquote>
If youre going to use sudo, then theres no need for an intermediary
script. Sudo can be configured to allow you to run a command with
certain arguments only.<br>
</body>
</html>