Finer-grained BPF tokens
Finer-grained BPF tokens
Posted Oct 12, 2023 21:42 UTC (Thu) by tohojo (subscriber, #86756)In reply to: Finer-grained BPF tokens by bluca
Parent article: Finer-grained BPF tokens
This is fine for environments where the whole software stack is under the control of a single entity (e.g., the hyperscalers who also happen to be who is pushing this). But for a full security solution there also needs to be some constraint on *which* programs can be loaded, as you point out. Sadly no one has come up with a good solution for that so far. Signing (like for kernel modules) doesn't really work well because of the dynamic nature of BPF programs. There have been some attempts to find a way around this, but nothing that's really caught on...
