Skip to content

Not explaining with deny #411

@pickfire

Description

@pickfire
>>> import casbin
>>> e = casbin.Enforcer("examples/rbac_with_deny_model.conf", "examples/rbac_with_deny_policy.csv")
>>> e.enforce_ex("alice", "data2", "read")
(True, [])

It should not be [], should have data.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions