From 71fe8a3fbb5274f1cfe909bccf751e62d8dfa723 Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Tue, 26 Feb 2019 02:32:12 +0100 Subject: add needed consts for new/inherit/disable --- jail_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'jail_test.go') diff --git a/jail_test.go b/jail_test.go index 72e9fa3..46b0d53 100644 --- a/jail_test.go +++ b/jail_test.go @@ -72,6 +72,7 @@ func TestCreate(t *testing.T) { params := make(map[string]interface{}) params["name"] = "test_create" params["path"] = "/" + params["ip4"] = JAIL_SYS_INHERIT _, err := Set(params, JAIL_CREATE | JAIL_ATTACH) if err != nil { -- cgit v1.2.3