Commit 314a6357a2a91eaa8a8f0f04dcfa5b26a59c4fb2

Stefan Sperling 2019-05-13T14:45:34

got commit can't use unveil with an editor Theo says unveil(2) is supposed to traverse exec(2) (though this seems to be broken or not implemented at present). In which case the commmit message editor would find itself without access to files it needs (startup config files, shared libs, user's home dir, etc.) Apply unveil after the log message has been written.