立即与支持人员聊天
与支持团队交流

Privilege Manager for Unix 7.2.2 - 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

runpaths

Description

Type list READ/WRITE

A list of permitted paths for commands. If configured, the agent rejects a command if it is not run from one of these paths, even if the command is authorized by the policy.

Example
# allow commands only from the /bin, /sbin, /usr/bin, and /usr/sbin directories 
runpaths={"/bin", "/sbin", "/usr/bin", "/usr/sbin"};

runptyflags

Description

Type string READ/WRITE

runptyflags is a modifiable copy of the ptyflags input variable. Use it to close stdin to prevent stdin on the runtime environment.

Example
if ( basename(runcommand) == "appl_home") 
{ 
   # close stdin and prevent the user from providing any input 
   # for a command that is only intended to be run in batch mode. 
   runptyflags &= | 0x1; 
}
Related Topics

ptyflags

runrlimit_as

Description

Type string WRITABLE

runrlimit_as is a modifiable copy of the rlimit_as input variable. It controls the maximum memory that is available to a process.

Related Topics

rlimit_as

runrlimit_core

Description

Type string WRITABLE

runrlimit_core is a modifiable copy of the rlimit_core input variable. It controls the maximum size of a core file.

Related Topics

rlimit_core

相关文档

The document was helpful.

选择评级

I easily found the information I needed.

选择评级