CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/29 10:21:52
Modified files:
usr.sbin/spamdb: spamdb.c
Log message:
When action == 0 (spamdb(8) without arguments) it only reads the DB so it only
needs to pledge for "rpath" and for all other cases since it needs to write as
well then give it "rpath wpath".
"seems right" deraadt@
