[PR #2971] [MERGED] Add allow-debuggers to steam.profile #4601

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/2971
Author: @corecontingency
Created: 9/19/2019
Status: Merged
Merged: 9/21/2019
Merged by: @rusty-snake

Base: masterHead: master


📝 Commits (1)

  • c1652c3 add allow-debuggers to steam.profile

📊 Changes

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

View changed files

📝 etc/steam.profile (+2 -0)

📄 Description

With the default steam profile, steam runs fine, but several games (all running via proton) do not open or open to a black screen. Checking journalctl, each segfaulted with firejail reporting they tried to access syscall 101, which is ptrace.

Games: Twilight Struggle, ZeroK, Supreme Commander 2

Adding seccomp !ptrace or allow-debuggers seemed to fix the problem, and now the games run fine.

I added allow-debuggers to the profile, as I think that was the preferred method of allowing ptrace, but I can change it to seccomp !ptrace instead.

Just checked now, and seems like other people are having this problem: Issue 2860


🔄 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/2971 **Author:** [@corecontingency](https://github.com/corecontingency) **Created:** 9/19/2019 **Status:** ✅ Merged **Merged:** 9/21/2019 **Merged by:** [@rusty-snake](https://github.com/rusty-snake) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`c1652c3`](https://github.com/netblue30/firejail/commit/c1652c33b88479fde0aea14838a6cf15b5097e1f) add allow-debuggers to steam.profile ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `etc/steam.profile` (+2 -0) </details> ### 📄 Description With the default steam profile, steam runs fine, but several games (all running via proton) do not open or open to a black screen. Checking `journalctl`, each segfaulted with firejail reporting they tried to access syscall 101, which is `ptrace`. Games: Twilight Struggle, ZeroK, Supreme Commander 2 Adding `seccomp !ptrace` or `allow-debuggers` seemed to fix the problem, and now the games run fine. I added `allow-debuggers` to the profile, as I think that was the preferred method of allowing `ptrace`, but I can change it to `seccomp !ptrace` instead. Just checked now, and seems like other people are having this problem: [Issue 2860](https://github.com/netblue30/firejail/issues/2860) --- <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:23:08 -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#4601
No description provided.