Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sandbox make wob to crash instantly on aarch64 #131

Closed
stacyharper opened this issue Sep 17, 2023 · 7 comments
Closed

Sandbox make wob to crash instantly on aarch64 #131

stacyharper opened this issue Sep 17, 2023 · 7 comments

Comments

@stacyharper
Copy link
Contributor

Looks like the seccomp calls are wrong under this arch (maybe others?)

Bad system call

@francma
Copy link
Owner

francma commented Sep 17, 2023

Please provide the output of

strace wob

And you can set WOB_DISABLE_PLEDGE to temporary disable seccomp.

@stacyharper
Copy link
Contributor Author

@stacyharper
Copy link
Contributor Author

stacyharper commented Sep 17, 2023

This is not the wob_pledge() call itself that crash, we crash when calling wl_display_roundtrip(app->wl_display) after the seccomp has been setup

@francma
Copy link
Owner

francma commented Sep 17, 2023

Should be fixed in cd85439

Can you try if it fixes the problem?

@stacyharper
Copy link
Contributor Author

It does! Thanks

@stacyharper
Copy link
Contributor Author

Could you flag a minor? Or I will have to backport it to my distro

@francma
Copy link
Owner

francma commented Sep 17, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants