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
I'm attempting to run mkosi inside a sysbox powered container. It eventually fails because a call to open_tree(2) returns EPERM. It's a mount related syscall, so needs special attention.
The text was updated successfully, but these errors were encountered:
Hi @sorenisanerd, thanks for trying Sysbox and filing the issue.
Yes Sysbox still lacks support for allowing the new mount syscalls (open_tree and friends) inside the rootless Sysbox container. This is definitely in the plans, but can't tell you to a timeline at this time.
I'm attempting to run mkosi inside a sysbox powered container. It eventually fails because a call to
open_tree(2)
returnsEPERM
. It's a mount related syscall, so needs special attention.The text was updated successfully, but these errors were encountered: