some tests and major cleanup
This commit is contained in:
parent
8ef2a2547c
commit
16671b3406
30 changed files with 192057 additions and 202431 deletions
7
pkg/core/pledge.go
Normal file
7
pkg/core/pledge.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// Copyright (C) 2018 Marius Schellenberger
|
||||
|
||||
// +build !openbsd
|
||||
|
||||
package core
|
||||
|
||||
func Pledge(promises, execpromises string) error { return nil }
|
||||
Loading…
Add table
Add a link
Reference in a new issue