francma / wob

A lightweight overlay volume/backlight/progress/anything bar for Wayland.
ISC License
896 stars 49 forks source link

Allow newfsatat system call (fixes #62) #63

Closed kris7t closed 3 years ago

kris7t commented 3 years ago

In, glibc 2.33 fgets() call the fstatat64() wrapper function, which in turn calls the newfstatat system call. This causes a SIGSYS signal due to our Seccomp filter, unless we allow the system call.