Description
Type string READ/WRITE
runutmpuser specifies the login name of the user that will be used when updating the UNIX utmp and wtmp files when the request runs.
This variable also controls the login user name during a pmrun session, which is returned by the logname command or the getlogin system function.
If unset, it will default to the runuser variable.
TIP: If you want your site to have a more sudo-like behavior where the login user and the utmp entry contain the request user, add the following line to the policy:
runutmpuser=requestuser;