You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we define capabilities as consecutive integers. We should define them as bits at different positions, so capabilities can be combined and tested via &. This allows defining a single capability and check for every capability-guard.
Currently, we define capabilities as consecutive integers. We should define them as bits at different positions, so capabilities can be combined and tested via &. This allows defining a single capability and check for every capability-guard.