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
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
Add the ability to check whether an execution of kata is being ran with sudo or not; in other words, whether the host is ran kata privileged or not. This will allow different paths of execution to be performed by the runtime depending on the whether it is rootless or not. Additionally, a rootless directory will be needed to avoid permission issues when storing/reading data.