dzdo.use_pty

The dzdo.use_pty configuration parameter specifies if dzdo will always run commands in pseudo-terminal, also called a pseudo-pty or pseudo-tty. If you enable this parameter, dzdo runs commands in a pseudo-terminal even if there's no input or output logging. Using this option would make it impossible for a malicious program to run under dzdo to fork a background process that retains information to the user's terminal device after the main program finishes.

By default, this parameter is false.