Commit Diff


commit - fbbc2e6fed05ca35513b13e0981e780841fe4717
commit + 3e407b0b61d63cb72f630ca1d6047d1d571c441f
blob - 76166272f1cdd4735042d2f40313730edefc0ff5
blob + ad8bfdf33e9d1ef91d68576670f7b78784f82374
--- goals.html
+++ goals.html
@@ -40,8 +40,6 @@ Follow OpenBSD's security practices and coding style.
 <li>Run as much code as possible under
 <a href="https://man.openbsd.org/pledge">pledge(2)</a> and
 <a href="https://man.openbsd.org/unveil">unveil(2)</a>.
-<li>
-Use privilege-separated helper programs running under <tt>pledge("stdio")</tt>
-for parsing data from the network and from on-disk Git repositories.
+<li>Use privilege-separation when parsing repository data from network or disk.
 </ul>
 </ul>