Annotation of suX/etc/suX.conf, revision 1.3

1.1       misho       1: #
1.3     ! misho       2: # Example config for suX service
1.1       misho       3: #
                      4: 
                      5: [global]
1.3     ! misho       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"
1.1       misho      11: 
                     12: priority = 0
                     13: 
                     14: [associate]
                     15: default = "/bin/sh"
1.3     ! misho      16: # if we choose to execute suX with STDIN source for content
        !            17: stdin = "/usr/local/bin/php-fastcgi"
1.1       misho      18: 
                     19: # if value string is empty direct execute program ...
1.3     ! misho      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>