diff options
author | mm <mm@FreeBSD.org> | 2008-11-21 20:03:56 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2008-11-21 20:03:56 +0800 |
commit | 57b77a58666c8f5037f7d5a3a8212d2974a45e0d (patch) | |
tree | 15c2ab9a5ddb79dd8ceb6c00c835036f26670b76 /UPDATING | |
parent | d993b6e93ccb842e324a411c5060635c6ab86d1b (diff) | |
download | freebsd-ports-gnome-57b77a58666c8f5037f7d5a3a8212d2974a45e0d.tar.gz freebsd-ports-gnome-57b77a58666c8f5037f7d5a3a8212d2974a45e0d.tar.zst freebsd-ports-gnome-57b77a58666c8f5037f7d5a3a8212d2974a45e0d.zip |
- New RCNG script for smstools3
- Improved security (runas uucp:dialer)
- Some ideas imported from [1]
PR: ports/128681 [1]
Submitted by: Sean McAfee <smcafee at collaborativefusion.com> [1]
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20081121: + AFFECTS: users of comms/smstools3 + AUTHOR: mm@FreeBSD.org + + The startup script of comms/smstools3 has changed. For increased security + smstools now runs as user uucp / group dialer by default. The script + commands like sendsms etc. should be executed as user uucp. + To restore the old behaviour, set smsd_user="root" and smsd_group="wheel" + in your /etc/rc.conf. + Hint: use security/sudo for running smsd scripts as user uucp + 20081108: AFFECTS: users of editors/tamago AUTHOR: hrs@FreeBSD.org |