Commit Graph

8 Commits (4763032430834ff1d7dfe4293826cf845a71b990)

Author SHA1 Message Date
Tim Kuijsten 4763032430 pledge(2) all programs
All programs except mshow have a very tight set of promises. mshow
has a broad set of promises and might be a good future candidate
to further restrict using unveil(2).

This patch is based on commit 0300a112 by Alex Holst (dated
2017-12-07), which was proposed in GH PR #79.

* pledged mpick, mflow and mdate so that now all programs are pledged
* removed some unneeded promises and added some missing promises
* move err.h include and OpenBSD ifdef into a new xpledge.h
* cleaned up code aligning and whitespace

Closes: #179 [via git-merge-pr]
4 years ago
Leah Neukirchen 66d0eff12f style 7 years ago
Leah Neukirchen c15ed7a168 mexport: handle return-path without <> 7 years ago
Leah Neukirchen cbe0a0f955 mexport: < and > are not part of the addr-spec used in From lines 7 years ago
Leah Neukirchen 86793fb262 mexport: support reading from pipes, better error reporting 7 years ago
Leah Neukirchen 2b4e3aa66d clean up whitespace 7 years ago
Christian Neukirchen 472a74b75b use getdelim instead of getline
Avoids weird macros to build on FreeBSD.
8 years ago
Christian Neukirchen d71a1fbe44 add mexport 8 years ago