jathanism / acl

Network access control list and firewall policy parsing library.
Other
24 stars 23 forks source link

Document the behavior of the "make discard" feature within `check_access` #16

Open jathanism opened 11 years ago

jathanism commented 11 years ago

The magic comment acl: make discard can be put in to an ACL term to modify the behavior of the term for the purpose of access checks.

This feature needs to be documented properly, with examples, of course. The impetus behind the feature, too.

See: acl.tools.check_access See: acl.parser.Term.makediscard See: bin/check_access and how it displays terms modified by the acl: make discard comment.