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
Hi team ,
Current krikstone branch code when handling rootfs folder for creating ostree based rootfs folder its not considering selinux .
Following is the patch that will try to pass selinux option to tar utility .
If the rootfs is already labeled with selinux it will preserve the labels else it will be NOP (https://www.gnu.org/software/tar/manual/tar.html)
Can you please help to get this review and help us on how we can merge this change .