flathub/org.freedesktop.Sdk.Extension.rust-stable

libLLVM-15-rust-1.66.0-stable.so: cannot enable executable stack as shared object requires: Permission denied

teohhanhui opened this issue · 3 comments

rustc: error while loading shared libraries: libLLVM-15-rust-1.66.0-stable.so: cannot enable executable stack as shared object requires: Permission denied

This breaks with SELinux in enforcing mode.

See also:

Doesn't seem to be an issue with this extension. Downgraded to a previous version (with Rust 1.65) and still getting the same error message (lol)

Sorry... I need to find out where this version of rust is coming from.

Hmm... It is indeed a problem with this extension. Downgrade + cargo clean makes it working again.