// +build !openbsd
package sls
// Pledge is only supported on OpenBSD.
func Pledge(promises, execPromises string) {}
// Unveil is only supported on OpenBSD.
func Unveil(filepath, perm string) {}
// UnveilBlock is only supported on OpenBSD.
func UnveilBlock() {}