diff options
author | Cy Schubert <cy@FreeBSD.org> | 2022-04-10 06:38:09 -0700 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2022-04-10 06:39:42 -0700 |
commit | 4fa997a61fe059f99c05548a9e885f96d118bf34 (patch) | |
tree | 182fa9b0a9aed4610003d3593a7ca959c969c548 /UPDATING | |
parent | d7c0a4e88fa806f0e31f027929c7c77ea23b93b5 (diff) | |
download | freebsd-ports-4fa997a61fe059f99c05548a9e885f96d118bf34.zip |
UPDATING: Document that the screen MULTUISER option is now default
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -5,6 +5,16 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20220410: + AFFECTS: users of sysutils/screen + AUTHOR: cy@FreeBSD.org + + As of sysutils/screen-4.9.0_5, the MULTUSER option is default, reverting + to the traditional setuid-root behavior. People who wish to secure their + screen install must terminate all screen sessions, then install screen + without the MULTIUSER option. The option was reversed because it caused + too much astonishment among users of screen. + 20220401: AFFECTS: security/sshguard AUTHOR: kevinz5000@gmail.com |