summary refs log blame commit diff stats
path: root/commands_other.go
blob: 794d18b256b0e8b7e544b32fbc3fd1a164b6e913 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                      
// +build !openbsd

package lynx

// UnveilCommands takes a slice of commands & unveils them one by one,
// it does nothing on non OpenBSD systems.
func UnveilCommands(_ []string) error {
	return nil
}