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
Hi @sadsumi ! This probably happened due to, indeed, making a "disallowed" system call. rua forbids certain system calls for security reasons, see this list if you want to know which ones: https://github.com/vn971/rua/blob/master/build.rs#L81
Currently, making an exclusion to allow certain system calls or packages is not supported, so you might be better off building that package without a security jail (e.g. another tool or makepkg -si) if you fully trust it
If you know how to configure kernel audit and grep for system call deny's, I'd be curious to learn. However, I can't provide full guidance here, and there's a big chance it won't help (although who knows)
Hey,
I've been trying to build a package python-blis (0.7.7-1) but had no luck with rua - whenever I try to do so,
build()
returns an error:I believe this might have to do something with rua because I can build this package just fine with
makepkg -si
.Can anyone confirm this is not an issue on my end?
The text was updated successfully, but these errors were encountered: