# Functions
ParseEACLRule parses eACL table from the following form: <action> <operation> [<filter1> ...] [<target1> ...]
Examples: allow get req:X-Header=123 obj:Attr=value others:0xkey1,key2 system:key3 user:key4
nolint:godot.
ParseEACLRules parses eACL table.
PrettyPrintTableBACL print basic ACL in table format.
PrettyPrintTableEACL print extended ACL in table format.
ValidateEACLTable validates eACL table: - eACL table must not modify [eacl.RoleSystem] access.
# Variables
No description provided by the author