File:  [ELWIX - Embedded LightWeight unIX -] / suX / etc / suX.conf
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Wed Jun 17 14:14:17 2015 UTC (8 years, 11 months ago) by misho
Branches: MAIN
CVS tags: sux3_4, sux3_3, SUX3_3, SUX3_2, HEAD
version 3.2

    1: #
    2: # Example config for suX service
    3: #
    4: 
    5: [global]
    6: # Mode for SUID:: (uid/gid comes from) 
    7: #   script	= envvar "SUX_USER" or if is unset SUX_USER, uid/gid comes from script in envvar "PATH_TRANSLATED"
    8: #   file	= exec/request file
    9: #   dir		= directory of file
   10: mode = "script"
   11: 
   12: priority = 0
   13: 
   14: [associate]
   15: default = "/bin/sh"
   16: # if we choose to execute suX with STDIN source for content
   17: stdin = "/usr/local/bin/php-fastcgi"
   18: 
   19: # if value string is empty direct execute program ...
   20: pl = "/usr/bin/perl"
   21: py = "/usr/local/bin/python"
   22: rb = "/usr/local/bin/ruby"
   23: sh = "/bin/sh"
   24: cgi = "/bin/sh"
   25: inc = "/usr/local/bin/php-fastcgi"
   26: php = "/usr/local/bin/php-fastcgi"
   27: phps = "/usr/local/bin/php-fastcgi"
   28: php3 = "/usr/local/bin/php-fastcgi"
   29: php4 = "/usr/local/bin/php-fastcgi"
   30: php5 = "/usr/local/bin/php-fastcgi"

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