Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 36s
eff_grant/eff_deny derived relations inherit through member_of (group + role membership) and child_of (resource hierarchy); role_grant confers role capabilities. Deny-overrides via stratified negation, deny authoritative across the inheritance closure. Cyclic membership terminates. Phase 1 suite unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
27 lines
552 B
Plaintext
27 lines
552 B
Plaintext
# ACL conformance config — sourced by lib/guest/conformance.sh.
|
|
|
|
LANG_NAME=acl
|
|
MODE=dict
|
|
|
|
PRELOADS=(
|
|
lib/datalog/tokenizer.sx
|
|
lib/datalog/parser.sx
|
|
lib/datalog/unify.sx
|
|
lib/datalog/db.sx
|
|
lib/datalog/builtins.sx
|
|
lib/datalog/aggregates.sx
|
|
lib/datalog/strata.sx
|
|
lib/datalog/eval.sx
|
|
lib/datalog/api.sx
|
|
lib/datalog/magic.sx
|
|
lib/acl/schema.sx
|
|
lib/acl/facts.sx
|
|
lib/acl/engine.sx
|
|
lib/acl/api.sx
|
|
)
|
|
|
|
SUITES=(
|
|
"direct:lib/acl/tests/direct.sx:(acl-direct-tests-run!)"
|
|
"inherit:lib/acl/tests/inherit.sx:(acl-inherit-tests-run!)"
|
|
)
|