delivery to maildir needs pledge fattr
authorgilles <gilles@openbsd.org>
Thu, 22 Oct 2015 08:46:31 +0000 (08:46 +0000)
committergilles <gilles@openbsd.org>
Thu, 22 Oct 2015 08:46:31 +0000 (08:46 +0000)
from Gregor Best <gbe@unobtanium.de>

usr.sbin/smtpd/smtpd.c

index c9430a7..3bf4dc9 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: smtpd.c,v 1.250 2015/10/17 16:03:20 sunil Exp $       */
+/*     $OpenBSD: smtpd.c,v 1.251 2015/10/22 08:46:31 gilles Exp $      */
 
 /*
  * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -690,7 +690,7 @@ main(int argc, char *argv[])
 
        purge_task();
 
-       if (pledge("stdio rpath wpath cpath flock tmppath "
+       if (pledge("stdio rpath wpath cpath fattr flock tmppath "
            "getpw sendfd proc exec id inet unix", NULL) == -1)
                err(1, "pledge");