mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #3653] [MERGED] fix command test in jail_prober.py #4836
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#4836
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/3653
Author: @briaeros
Created: 10/5/2020
Status: ✅ Merged
Merged: 10/10/2020
Merged by: @Fred-Barclay
Base:
master← Head:master📝 Commits (2)
f78f8cffix command test in jail_prober.py869e5e7jail_prober : first pass without any argument📊 Changes
1 file changed (+11 additions, -3 deletions)
View changed files
📝
contrib/jail_prober.py(+11 -3)📄 Description
In jail_prober.py, a bug prevent a correct testing :
Argument of the firejail command aren't tested when they are presented to the user, but one loop after (once they're added to "goodargs" array).
This also imply that they're not removed if they doesn't work
This little modification correct these two problems.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.