summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormestre <mestre@openbsd.org>2019-07-24 18:41:05 +0000
committermestre <mestre@openbsd.org>2019-07-24 18:41:05 +0000
commitfd9fa3ac1b409c700bd4b6768bfcd3ad46ac29e6 (patch)
tree52eb06d124d6b9a40d57e2f17de621e05823e387
parentGC old catchall (diff)
downloadwireguard-openbsd-fd9fa3ac1b409c700bd4b6768bfcd3ad46ac29e6.tar.xz
wireguard-openbsd-fd9fa3ac1b409c700bd4b6768bfcd3ad46ac29e6.zip
Ever since I introduced pledge(2) on spamd(8) the chroot'ed process, if running
in default, cannot get anywhere near the filesystem since its only promises are "stdio inet". Furthermore, in blacklist mode this same codepath is not chroot'ed but once again it gets the same pledge(2). Therefore we can remove the BUGS section from spamd(8)'s manpage. OK millert@ deraadt@
-rw-r--r--libexec/spamd/spamd.818
1 files changed, 2 insertions, 16 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8
index 74e677689f6..c7c75985b5a 100644
--- a/libexec/spamd/spamd.8
+++ b/libexec/spamd/spamd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: spamd.8,v 1.134 2017/04/02 18:14:34 jmc Exp $
+.\" $OpenBSD: spamd.8,v 1.135 2019/07/24 18:41:05 mestre Exp $
.\"
.\" Copyright (c) 2002 Theo de Raadt. All rights reserved.
.\"
@@ -22,7 +22,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 2 2017 $
+.Dd $Mdocdate: July 24 2019 $
.Dt SPAMD 8
.Os
.Sh NAME
@@ -607,17 +607,3 @@ The
.Nm
command first appeared in
.Ox 3.3 .
-.Sh BUGS
-.Nm
-currently uses the user
-.Dq _spamd
-outside a chroot jail when running in default mode, and requires
-the greylisting database in
-.Pa /var/db/spamd
-to be owned by the
-.Dq _spamd
-user.
-This is wrong and should change to a distinct user from the
-one used by the chrooted
-.Nm
-process.