Unprivileged BPF and authoritative security hooks
Unprivileged BPF and authoritative security hooks
Posted May 4, 2023 11:30 UTC (Thu) by farnz (subscriber, #17727)In reply to: Unprivileged BPF and authoritative security hooks by ringerc
Parent article: Unprivileged BPF and authoritative security hooks
I like this - because you have three states ("no decision", "allow", "deny"), the policy can fail closed on no decision.
And it avoids the composability issue that "authoritative allow" brings in - if your policy includes a "deny this access" rule, you can't be surprised by a later "allow this access" rule, since the "allow" rule can't override you.
