mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #7099] [MERGED] tests: fix strace color probing in allow-debuggers & seccomp-ptrace #6315
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#6315
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/7099
Author: @TheJJ
Created: 3/11/2026
Status: ✅ Merged
Merged: 3/12/2026
Merged by: @netblue30
Base:
master← Head:fix-strace-colors📝 Commits (1)
92f7be5testing: fix strace color probing in allow-debuggers & seccomp-ptrace📊 Changes
2 files changed (+8 additions, -0 deletions)
View changed files
📝
test/environment/allow-debuggers.exp(+4 -0)📝
test/filters/seccomp-ptrace.exp(+4 -0)📄 Description
if strace runs in a terminal, it probes the background color to select its color palette. this probing expects a reply, but due to expect intercepting the io, the answer isn't sent back to strace, so it never starts printing the expected output.
this happens in the ubuntu automatic testing: https://bugs.launchpad.net/ubuntu/+source/firejail/+bug/2143830
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.