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

does bubblewrap blocks syscall utimensat ? #584

Closed
toralf opened this issue Jul 9, 2023 · 2 comments
Closed

does bubblewrap blocks syscall utimensat ? #584

toralf opened this issue Jul 9, 2023 · 2 comments

Comments

@toralf
Copy link

toralf commented Jul 9, 2023

A Gentoo dev does argue this in https://bugs.gentoo.org/907778#c11
I do wonder if that is right?

@rusty-snake
Copy link
Contributor

Short: No.

Long: Bubblewrap with no special arguments does not block the syscall. However it can block the usage of the syscall (e.g. dropped capabilities, ...). An second option (the relevant if you talk about ENOSYS) are --seccomp and --add-seccomp-fd command line options that can be used to load a filter that blocks utimensat.

@toralf
Copy link
Author

toralf commented Jul 9, 2023

ah ok, thx

@toralf toralf closed this as completed Jul 9, 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