Description
Type boolean READONLY
selinux detects whether the client running pmrun or sudo is within an SELinux environment.
If SELinux is enabled on the client or policy host machine, it is True. If disabled, it is False.
Type boolean READONLY
selinux detects whether the client running pmrun or sudo is within an SELinux environment.
If SELinux is enabled on the client or policy host machine, it is True. If disabled, it is False.
Type integer READONLY
status contains the exit status of the most recent command run by the system function.
Cprofile=system("find /home/custom_appl –name customprofile.txt"); if (status == 0) { welcome_msg=readfile(Cprofile); print(welcome_msg); }
Type string READONLY
submithost contains the name of the host where the request was submitted.
if ( submithost == "sun.34.com" ) { reject; }
Type string READONLY
submithostip contains the IP address of the host where a request was submitted.
if ( submithost == "10.10.180.123") { reject; }
© 2024 One Identity LLC. ALL RIGHTS RESERVED. Términos de uso Privacidad Cookie Preference Center