nestybox / sysbox-fs

Sysbox-fs repository
Apache License 2.0
10 stars 10 forks source link

Missing support for `open_tree(2)` #96

Open sorenisanerd opened 2 weeks ago

sorenisanerd commented 2 weeks ago

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.

ctalledo commented 1 week ago

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.

Let's use this issue to track the action item.

Thanks.