UPGRADE: mention SELinux behavior change.

This commit is contained in:
Todd C. Miller
2021-11-05 12:42:13 -06:00
parent 22d624c028
commit 78709eaeec

View File

@@ -1,6 +1,15 @@
Notes on upgrading from an older release
========================================
o Upgrading from a version prior to 1.9.8:
On systems where SELinux is enabled and sudo is built with
SELinux support, if the user's role is not "unconfined_r" sudo
will always execute commands via the "sesh" helper program.
Previously, commands were only executed via "sesh" if a role
was specified in the sudoers file rule or by the user on the
command line.
o Upgrading from a version prior to 1.9.7:
Sudo now links with OpenSSL 1.0.1 or higher by default if it