ACC SHELL

Path : /usr/share/doc/packages/pam/modules/
File Upload :
Current File : //usr/share/doc/packages/pam/modules/README.pam_make-1.2

pam_make module:
	Call make -C directory


USAGE:
        For the services you wish to run make put the following line in
	the config as the last line for that service:

        <type>    required     pam_make.so [options] /path/ ...

	and pam_make.so will run "make -C /path/ ...".


OPTIONS:

	debug		print debug informations

	nosetuid	pam_make.so calls setuid(seteuid()), so that
			make will run with the same rights as the 
			calling applications. Specifying this option
			means make is run with the permissions of the
			calling user.

	make=<prog>	<prog> is called instead of make.

	log=<file>	the output of make is appended to this file.


AUTHOR:
	Thorsten Kukuk <kukuk@thkukuk.de>

ACC SHELL 2018