mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #760] Invalid line in profile #515
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#515
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?
Originally created by @reinerh on GitHub (Sep 2, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/760
Somehow firejail thinks that firefox.profile contains an invalid line and exits.
This happens for example for firefox (and also for icedove; those are the only profiles where I noticed that).
(Note that it complains about a line number which doesn't exist.)
@netblue30 commented on GitHub (Sep 3, 2016):
I'm not able to reproduce it.
@reinerh commented on GitHub (Sep 3, 2016):
Happens also with a newly created user.
@Fred-Barclay commented on GitHub (Sep 3, 2016):
@reinerh I can't reproduce it either on LMDE 2. What distro are you using?
@reinerh commented on GitHub (Sep 4, 2016):
@Fred-Barclay Debian unstable.
@reinerh commented on GitHub (Sep 4, 2016):
I just git-bisect'ed it, and the first commit where this issue occurs is
5a48bfcc40.@netblue30 commented on GitHub (Oct 19, 2016):
Fixed:
24f53cde1dThere are some obscure differences between exit() and _exit(), described here: http://www.unixguide.net/unix/programming/1.1.3.shtml. I ended up fixing this problem all over the place. Thanks for the bug.