<p>Hi,</p>
<p>I would like to build an authorization script and make every command like no interface ... to be checked by that script.</p>
<p>So basically, I would like something like :</p>
<p>&#160;</p>
<p>cmd = no interface {</p>
<p>&#160;&#160;&#160; before authorization "/usr/local/bin/script $ip";</p>
<p>}</p>
<p>&#160;</p>
<p>The goal is that if the script return 0, then it's ok, overwise, 1 or 3 for a problem, the command is denied and won't be executed.</p>
<p>Basically, I need 2 args, the ip of the device where we are trying to execute the command ($ip I guess) and the command itself. But I don't know how to get the full command as a variable for the script (same for the argument).</p>
<p>&#160;</p>
<p>Any idea ?</p>
<p>&#160;</p>
<p>Thanks and regards,</p>