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
The main difficulty here is the selinux relabelling. In order to do that, we need to be able to open the selinux config from the repo in order to query the policy, but we can't do that without the repo because we don't have access to file contents.
We could somehow make an exception and store the necessary selinux files as inlines, or we could figure out a way to (re-)read the selinux config from the source directory directly. Both options are kinda gross.
In short:
cfsctl create-image
without a repo. The only thing that this would produce is a fs-verity measurement (of the image) on stdout.We need:
--without-repo
mode (but this would break most other verbs)The text was updated successfully, but these errors were encountered: