Re: Sudo NOEXEC Problem

2005-08-25 Thread Ralf S. Engelschall
On Wed, Aug 24, 2005, Doug Summers wrote: > The sudo.spec file needs to be updated to show the full path to the > noexec library instead of the directory where it exists: > > CURRENT > --with-noexec=%{l_prefix}/libexec/sudo \ > > CORRECTED > --with-noexec=%{l_prefix}/libexec/sudo/sudo_noexec.so \

Sudo NOEXEC Problem

2005-08-24 Thread Doug Summers
The sudo.spec file needs to be updated to show the full path to the noexec library instead of the directory where it exists: CURRENT --with-noexec=%{l_prefix}/libexec/sudo \ CORRECTED --with-noexec=%{l_prefix}/libexec/sudo/sudo_noexec.so \ Doug _