summaryrefslogtreecommitdiff
path: root/libexec/spamd
diff options
context:
space:
mode:
authorRicardo Mestre <mestre@cvs.openbsd.org>2019-07-24 18:41:06 +0000
committerRicardo Mestre <mestre@cvs.openbsd.org>2019-07-24 18:41:06 +0000
commitc8944f0ee58ddf56049760e9ba514f916247e915 (patch)
tree5f277cace2436d474bbc637ac72513371edd8c42 /libexec/spamd
parentbd77dfc60a38e7624582192fe5e63ad4b852fcb1 (diff)
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@
Diffstat (limited to 'libexec/spamd')
-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.