pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/58675: sudo executing a "su -" command is broken



The following reply was made to PR pkg/58675; it has been noted by GNATS.

From: Kimmo Suominen <kim%netbsd.org@localhost>
To: Jesse Andow <jkandow%yahoo.com@localhost>
Cc: gnats-bugs%netbsd.org@localhost
Subject: Re: pkg/58675: sudo executing a "su -" command is broken
Date: Tue, 17 Sep 2024 08:55:35 +0300

 Hi Jesse,
 
 As a workaround, login on a terminal other than the console, or add the
 following to the sudoers configuration with visudo:
 
 	Defaults !use_pty
 
 The default for use_pty changed in sudo 1.9.14:
 
 	The use_pty sudoers option is now enabled by default. To restore
 	the historic behavior where a command is run in the userâ??s
 	terminal, add Defaults !use_pty to the sudoers file. GitHub
 	issue #258 <https://github.com/sudo-project/sudo/issues/228>.
 
 Kind regards,
 + Kimmo
 


Home | Main Index | Thread Index | Old Index