No problem. FYI after setting the selinuxuser_execmod boolean I now get a clean build!
On Wed, 2023-11-22 at 14:09 -0500, Nick Couchman wrote: > > > On Wed, Nov 22, 2023 at 2:02 PM Leslie Mann <lm...@linuxolutions.com> > wrote: > > And here is a workaround > > from https://github.com/pterodactyl/panel/issues/4410 > > > > > > lordofpipes commented Nov 18, 2022 > > > > For anyone searching this error and looking for a quick and dirty > > workaround, for RHEL9, AlmaLinux 9, RockyLinux 9, Oracle Linux 9, > > Amazon Linux, CentOS, Fedora 37, EuroLinux, etc. before the fix is > > fully released > > > > Just run > > > > sudo semanage boolean -m --on selinuxuser_execmod > > > > to disable the SELinux restriction that causes this segmentation > > fault. > > > > > Very interesting - looks like it was introduced after EL8 (in EL9 and > later, along with the more recent Fedoras), which explains why I > haven't hit it despite having SELinux enabled. > > Thanks for figuring this out and following back up! > > -Nick >