commit 3e407b0b61d63cb72f630ca1d6047d1d571c441f from: Stefan Sperling date: Mon Aug 05 15:44:06 2019 UTC wording commit - fbbc2e6fed05ca35513b13e0981e780841fe4717 commit + 3e407b0b61d63cb72f630ca1d6047d1d571c441f blob - 76166272f1cdd4735042d2f40313730edefc0ff5 blob + ad8bfdf33e9d1ef91d68576670f7b78784f82374 --- goals.html +++ goals.html @@ -40,8 +40,6 @@ Follow OpenBSD's security practices and coding style.
  • Run as much code as possible under pledge(2) and unveil(2). -
  • -Use privilege-separated helper programs running under pledge("stdio") -for parsing data from the network and from on-disk Git repositories. +
  • Use privilege-separation when parsing repository data from network or disk.