Skip to content

Commit

Permalink
Merge pull request #122 from Outman9946/enhancement_multi_line
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
hsluoyz committed Aug 15, 2018
2 parents fcdeb1b + 66f1ae1 commit 695c374
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -80,6 +80,10 @@ e = some(where (p.eft == allow))
# Matchers
[matchers]
m = r.sub == p.sub && r.obj == p.obj && r.act == p.act

# We also support multi-line mode by appending '\' in the end:
# m = r.sub == p.sub && r.obj == p.obj \
# && r.act == p.act
```

An example policy for ACL model is like:
Expand Down

0 comments on commit 695c374

Please sign in to comment.