Chat now with support
Chat mit Support

Privilege Manager for Unix 7.1.1 - Administration Guide

Introducing Privilege Manager for Unix Planning Deployment Installation and Configuration Upgrade Privilege Manager for Unix System Administration Managing Security Policy The Privilege Manager for Unix Security Policy Advanced Privilege Manager for Unix Configuration Administering Log and Keystroke Files InTrust Plug-in for Privilege Manager for Unix Troubleshooting Privilege Manager for Unix Policy File Components Privilege Manager for Unix Variables
Variable names Variable scope Global input variables Global output variables Global event log variables PM settings variables
Privilege Manager for Unix Flow Control Statements Privilege Manager for Unix Built-in Functions and Procedures
Environment functions Hash table functions Input and output functions LDAP functions LDAP API example List functions Miscellaneous functions Password functions Remote access functions String functions User information functions Authentication Services functions
Privilege Manager for Unix programs Installation Packages

runenablerlimits

Description

Type boolean WRITABLE

runenablerlimits lets you use runrlimit variables on the run host. To enable the rlimit variables, runenablerlimits must be set to a value of True.

runenv

Description

Type list READ/WRITE

runenv is a modifiable copy of the env input variable. It contains a list of environment variables that pmlocald sets up when initializing the runtime environment for the session.

Example
if ( (command in appl_cmds) && (runhost == "sun8") ) 
{ 
   runenv={"TERM=xterm","PATH=/usr/bin:/usr/local/bin", "HOME=/home/appl_home"}; 
}
Related Topics

env

rungroup

Description

Type string READ/WRITE

rungroup is a modifiable copy of the group input variable. It specifies the primary group for pmlocald to use when initializing the runtime environment.

Example
if ( (user == "apache") && (command == "admin.cgi") ) 
{ 
   rungroup="root"; 
}
Related Topics

groups

group

rungroups

rungroups

Description

Type list READ/WRITE

rungroups is a modifiable copy of the groups input variable. It specifies the full list of groups for pmlocad to use when initializing the runtime environment.

Example
if ( (user == "apache") && (command == "admin.cgi") ) 
{ 
   rungroups={"admin","operators"}; 
}
Related Topics

groups

group

rungroup

Verwandte Dokumente

The document was helpful.

Bewertung auswählen

I easily found the information I needed.

Bewertung auswählen