summaryrefslogtreecommitdiff
path: root/test/test-lace.engine-complexruleset.rules
blob: ad3c449ce842ce906f6f3906ed8f6660b66e1049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// This is a complex ruleset intended to use
# All of the features of lace
-- So that we can be sure it all works

// Error cases are covered in individual tests
-- So the purpose of these tests is to compile
# and to work

default deny "four"

include complexruleset-definitions

allow one first

include complexruleset-allowsecond second

deny three third

-- Expect four denial, despite last action being a deny