[PR #6686] [MERGED] profiles: godot: ignore noexec in home to fix addons #6122

Closed
opened 2026-05-05 10:51:11 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6686
Author: @NetSysFire
Created: 3/21/2025
Status: Merged
Merged: 3/22/2025
Merged by: @kmk3

Base: masterHead: godot-noexec


📝 Commits (2)

  • a199a9f remove disable-exec.inc from godot.profile
  • e418da5 specifically ignore noexec for HOME instead

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 etc/profile-a-l/godot.profile (+3 -0)

📄 Description

I had weird errors when working on a godot project:

addons/godot-sqlite/bin/libgdsqlite.linux.template_debug.x86_64.so: failed to map segment from shared object.
ERROR: Can't open GDExtension dynamic library: 'res://addons/godot-sqlite/gdsqlite.gdextension'.

These addons are executable files. Addons like these are common enough
and noexec breaks them. I confirmed that the change fixes this error
and allows loading addons.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/6686 **Author:** [@NetSysFire](https://github.com/NetSysFire) **Created:** 3/21/2025 **Status:** ✅ Merged **Merged:** 3/22/2025 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `godot-noexec` --- ### 📝 Commits (2) - [`a199a9f`](https://github.com/netblue30/firejail/commit/a199a9f09c04425bd2d33307f383cb6d2c8b2bee) remove disable-exec.inc from godot.profile - [`e418da5`](https://github.com/netblue30/firejail/commit/e418da5dddeeb3c4cc00259a204b0170db029b5c) specifically ignore noexec for HOME instead ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-a-l/godot.profile` (+3 -0) </details> ### 📄 Description I had weird errors when working on a godot project: addons/godot-sqlite/bin/libgdsqlite.linux.template_debug.x86_64.so: failed to map segment from shared object. ERROR: Can't open GDExtension dynamic library: 'res://addons/godot-sqlite/gdsqlite.gdextension'. These addons are executable files. Addons like these are common enough and `noexec` breaks them. I confirmed that the change fixes this error and allows loading addons. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:51:11 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#6122
No description provided.