CVSROOT:        /cvs
Module name:    src
Changes by:     mes...@cvs.openbsd.org  2016/01/04 02:15:24

Modified files:
        libexec/spamd-setup: spamd-setup.c 

Log message:
pledge(2) spamd-setup(8)

It needs these annotations, to at least run the operations next to them:

stdio: malloc(3)
rpath: open(2)
inet: connect(2)/socket(2)
proc: fork(2)
exec: execvp(3)

While here remove netinet/in.h since all we need is already in arpa/inet.h and
sort the headers alphabetically

OK beck@

Reply via email to