Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New profile: irssi #6549
New profile: irssi #6549
Changes from all commits
c8f9a60
b3a2b2e
6e3b817
dc3bad9
b2d2934
d74e17a
ce307dd
2c05009
0a5466f
a27ffa4
7dacdf9
c19692f
f83f81b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it work with
private-etc
?Note: The
@group
syntax only exists in firejail-git.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had installed -git to test with the
notpm
line, but now i'm back to my distro version and did not testprivate-etc
. I will test with -git later on and report. But I don't see why not.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instead I ran it now in debugger, also watching
lsof
for the pid, and nothing on etc is ever touched. I think it is OK.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you test connecting to a server in firejail-git to make sure?
It seems strange that nothing on /etc would be accessed (such as TLS-related
paths).
What is the output of trace.txt in the following?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad. My irssi profile is very uncommon. Retested this with a clean irssi profile, and indeed, it does break dns as expected.
with private-etc: Irssi: Unable to connect server irc.freenode.net port 6667 [Temporary failure in name resolution]
without: resolves names fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strange, what program do you use to manage dns?
On what distribution name/version?
Also, could you retest with the current irssi.profile in firejail-git (there is
one new change) and post the output of trace.txt?