Source: glexec Section: admin Priority: extra Maintainer: Dennis van Dok Uploaders: Mischa Salle Build-Depends: debhelper (>= 8.0.0), autotools-dev, po-debconf, lcmaps-basic-interface Standards-Version: 3.9.5 Homepage: http://wiki.nikhef.nl/grid/Site_Access_Control Vcs-Svn: https://ndpfsvn.nikhef.nl/repos/mwsec/packaging/debian/trunk/glexec Vcs-Browser: http://ndpfsvn.nikhef.nl/viewvc/mwsec/packaging/debian/trunk/glexec Package: glexec Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ucf (>= 0.28), liblcmaps0, adduser Recommends: lcmaps-plugins-basic, lcmaps-plugins-verify-proxy Description: User identity switching tool based on grid credentials gLExec is a program that acts as a light-weight 'gatekeeper'. it takes Grid credentials as input, and takes the local site policy into account to authenticate and authorize the credentials. It will then switch to a new execution sandbox and execute the given command as the switched identity. gLExec is also capable of functioning as a light-weight control point which offers a binary yes/no result in logging-only mode. Package: glexec-dbg Architecture: any Section: debug Depends: glexec (= ${binary:Version}), ${misc:Depends} Description: debugging symbols for glexec gLExec is a program that acts as a light-weight 'gatekeeper'. it takes Grid credentials as input, and takes the local site policy into account to authenticate and authorize the credentials. It will then switch to a new execution sandbox and execute the given command as the switched identity. gLExec is also capable of functioning as a light-weight control point which offers a binary yes/no result in logging-only mode. . This package contains the debugging symbols for glexec Package: glexec-utils Architecture: any Depends: ${perl:Depends}, ${misc:Depends}, glexec Section: misc Description: Utilities for gLExec users The gLExec program takes care of switching the user identity based on grid credentials. This package contains two sets of utilities that may be useful for users of gLExec: . - The mkgltempdir utility securely creates a temporary directory owned by the target user. This aids the use case of multi-user pilot-job frameworks. For more information see http://wiki.nikhef.nl/grid/GLExec_TransientPilotJobs . - glexec-wrapper-scripts to help pass the user environment through the gLExec call. Normally the environment is stripped by gLExec as a security measure, but wrapping the environment in a single variable GLEXEC_ENV works around that.