1
0
Fork 0

Fixed a typo in the OpenBSD enableSecurityRestrictions docs.

This commit is contained in:
kvothe 2020-09-16 23:49:03 -04:00
parent a8f59868f3
commit 1c0fb0d856

View file

@ -9,7 +9,7 @@ import (
// Restrict access to the files specified in config in an OS-dependent way. // Restrict access to the files specified in config in an OS-dependent way.
// The OpenBSD implementation uses pledge(2) and unveil(2) to restrict the // The OpenBSD implementation uses pledge(2) and unveil(2) to restrict the
// operations available to the molly brown executable. Please note that (S)CGI // operations available to the molly brown executable. Please note that (S)CGI
// processes that molly brown spawns or communicates with are unrestristricted // processes that molly brown spawns or communicates with are unrestricted
// and should pledge their own restrictions and unveil their own files. // and should pledge their own restrictions and unveil their own files.
func enableSecurityRestrictions(config Config, errorLog *log.Logger) { func enableSecurityRestrictions(config Config, errorLog *log.Logger) {