=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/doas/doas.conf.5,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/doas/doas.conf.5 2015/07/21 11:04:06 1.8 --- src/usr.bin/doas/doas.conf.5 2015/07/22 06:30:12 1.9 *************** *** 1,4 **** ! .\" $OpenBSD: doas.conf.5,v 1.8 2015/07/21 11:04:06 zhuk Exp $ .\" .\"Copyright (c) 2015 Ted Unangst .\" --- 1,4 ---- ! .\" $OpenBSD: doas.conf.5,v 1.9 2015/07/22 06:30:12 jmc Exp $ .\" .\"Copyright (c) 2015 Ted Unangst .\" *************** *** 13,19 **** .\"WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\"ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\"OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ! .Dd $Mdocdate: July 21 2015 $ .Dt DOAS.CONF 5 .Os .Sh NAME --- 13,19 ---- .\"WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\"ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\"OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ! .Dd $Mdocdate: July 22 2015 $ .Dt DOAS.CONF 5 .Os .Sh NAME *************** *** 33,41 **** .Op Ar options .Ar identity .Op Ic as Ar target ! .Oo ! .Ic cmd Ar command Op Ic args ... ! .Oc .Ed .Pp Rules consist of the following parts: --- 33,39 ---- .Op Ar options .Ar identity .Op Ic as Ar target ! .Op Ic cmd Ar command Op Ic args ... .Ed .Pp Rules consist of the following parts: *************** *** 73,83 **** The command the user is allowed or denied to run. The default is all commands. Be advised that it's best to specify absolute paths. ! .It Ic args Op ... Arguments to command. ! If specified, the command arguments set provided by user and ! the command arguments set in rule should be the same for successful ! rule match. Specifying .Ic args alone means that command should be run without any arguments. --- 71,80 ---- The command the user is allowed or denied to run. The default is all commands. Be advised that it's best to specify absolute paths. ! .It Ic args ... Arguments to command. ! If specified, the command arguments provided by the user ! need to match for the command to be successful. Specifying .Ic args alone means that command should be run without any arguments.