File:  [ELWIX - Embedded LightWeight unIX -] / suX / etc / suX.conf
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Apr 10 00:04:11 2013 UTC (11 years, 3 months ago) by misho
Branches: MAIN
CVS tags: sux3_2, SUX3_1, HEAD
version 3.1

    1: #
    2: # Sample config for suX service
    3: #
    4: 
    5: [global]
    6: # Mode for SIUD:: script=get uid/gid from envvar "SUX_USER",
    7: #   file=get uid/gid from exec file, dir=get uid/gid from "directory"
    8: mode = "file"
    9: 
   10: priority = 0
   11: 
   12: [associate]
   13: default = "/bin/sh"
   14: 
   15: # if value string is empty direct execute program ...
   16: pl = ""
   17: py = ""
   18: sh = ""
   19: cgi = ""
   20: inc = "/usr/local/bin/php"
   21: php = "/usr/local/bin/php"
   22: php3 = "/usr/local/bin/php"
   23: php4 = "/usr/local/bin/php"
   24: php5 = "/usr/local/bin/php"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>