remove extra pledges var

This commit is contained in:
Aaron Bieber 2021-12-09 05:59:56 -07:00
parent f9de42e801
commit 18a4ed5026
1 changed files with 0 additions and 1 deletions

View File

@ -175,7 +175,6 @@ func prompt(prompt string, secure bool) (string, error) {
}
func main() {
var pledges = "stdio wpath rpath cpath tty inet dns unveil"
if genHtpass {
user, err := prompt("Username: ", false)