-
Notifications
You must be signed in to change notification settings - Fork 588
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
bugfix: parse --debug before using it #6579
Conversation
72366d0
to
2de33f8
Compare
2de33f8
to
cc9c6ed
Compare
32ac335
to
d672dbd
Compare
I see that you reworded the commit message (and undid it). I was trying to improve the grammar with my force-push, but now I'm not sure if I noticed that the
In which case the current version of the message should be accurate, but if
Anyway, sorry for the confusion. |
It was by accident, I didn't notice that you force pushed and I tried to fix the message later.
I just gave it as an example, but yes there are more functions.
I think the current version is fine.
Sorry for the confusion too, I rushed through writing the message and I didn't notice how unclear and full with mistakes it was. 😅 I will get to the review a bit later today. |
The `arg_debug` flag is being set after some functions check for it, such as `check_kernel_procs()`.
d672dbd
to
ba5ec2d
Compare
The
arg_debug
flag is set after some functions check for it.firejail/src/firejail/main.c
Line 1347 in f27775c
An example of a function in this situation is
check_kernel_procs()
.firejail/src/firejail/main.c
Line 1129 in f27775c
firejail/src/firejail/no_sandbox.c
Line 102 in f27775c