policyunsetenv

Description

The policyunsetenv procedure is used to locally unset an environment variable on the policy server.

Not supported in Endpoint Privilege Management for Linux (EPM-L).

Syntax

policyunsetenv(variable)

Arguments

variable

Required. The environment variable to be unset on the policy server.

Return Values

The value of the environment variable.

policyunsetenv("OLDPATH");

In this example, the environment variable OLDPATH is removed from the policy server’s environment.

For more information, see policysetenv.