CVSROOT:        /cvs
Module name:    ports
Changes by:     st...@cvs.openbsd.org   2021/02/10 04:43:58

Modified files:
        mail/altermime : Makefile 
Added files:
        mail/altermime/patches: patch-altermime_c 

Log message:
Run altermime with pledge(). It's fairly small and self-contained and
does string processing on what is often untrusted input, so this seems
a good candidate for defensive use of pledge (allowing all file io,
as it creates temporary files at various points during run, but has
no need for network).

pledge() is often not a good match for software in ports, but this seems
a suitable candidate and it changes very infrequently so doesn't add a
big maintenance burden.

looks good to deraadt, ok semarie@

Reply via email to