shelllogincludefiles

  • Version 3.5 and earlier: shelllogincludefiles variable not available.
  • Version 4.0 and later: shelllogincludefiles variable available.

Data Type

Boolean

Description

This variable controls whether the contents of included (sourced) shell scripts should be recorded in the I/O logs.

This is effective only if I/O logging for the shell is enabled. This variable is used by pbsh and pbksh at startup time.

Syntax

shelllogincludefiles = boolean;

Valid Values

true Endpoint Privilege Management for Unix and Linux shells authorize and log files that shell scripts and profiles include (source).
false Contents of included shell scripts are not recorded in I/O logs.
if (pbclientmode == "shell start") shelllogincludefiles = true;