Em sex., 10 de out. de 2025 às 19:21, Alan Karp <
alan...@gmail.com> escreveu:
> Do you want to include in your writeup proxying a proxy and how revocation works in that case?
The proxy fd would be just like another file descriptor, so you could
create a new proxy for it as well.
If the original proxy is revoked, then all operations down the chain
would get ENOTCAPABLE in future actions. If the proxy-to-the-proxy is
revoked, only operations down the chain from that point onwards would
get ENOTCAPABLE.