[GH-ISSUE #1792] Brackets (adobe editor) can not launch #1214

Closed
opened 2026-05-05 07:40:14 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @idnovic on GitHub (Mar 2, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1792

This time I do not have much information.
I think first time launching brackets worked fine.

brackets editor
But now I can not launch it with the sandbox enabled.


Warning: an existing sandbox was detected. /usr/bin/brackets will run without any additional sandboxing features
monitoring pid 16

Sandbox monitor: waitpid 16 retval 16 status 0
Sandbox monitor: monitoring 19
monitoring pid 19

Sandbox monitor: waitpid 19 retval 19 status 134
Sandbox monitor: monitoring 21
monitoring pid 21

Sandbox monitor: waitpid 21 retval 21 status 0
Sandbox monitor: monitoring 30
monitoring pid 30

Sandbox monitor: waitpid 30 retval 30 status 31

Parent is shutting down, bye...


VS Code works fine. Atom not tested.
Please install it yourself or tell me what to do for further debuging.

Originally created by @idnovic on GitHub (Mar 2, 2018). Original GitHub issue: https://github.com/netblue30/firejail/issues/1792 This time I do not have much information. I think first time launching brackets worked fine. [brackets editor](http://brackets.io/) But now I can not launch it with the sandbox enabled. --- Warning: an existing sandbox was detected. /usr/bin/brackets will run without any additional sandboxing features monitoring pid 16 Sandbox monitor: waitpid 16 retval 16 status 0 Sandbox monitor: monitoring 19 monitoring pid 19 Sandbox monitor: waitpid 19 retval 19 status 134 Sandbox monitor: monitoring 21 monitoring pid 21 Sandbox monitor: waitpid 21 retval 21 status 0 Sandbox monitor: monitoring 30 monitoring pid 30 Sandbox monitor: waitpid 30 retval 30 status 31 Parent is shutting down, bye... --- VS Code works fine. Atom not tested. Please install it yourself or tell me what to do for further debuging.
gitea-mirror 2026-05-05 07:40:14 -06:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@SkewedZeppelin commented on GitHub (Mar 2, 2018):

How did you install it? What is the output of file $(which -a brackets)? Could you also try commenting all the options and uncommenting one at a time in the profile until it breaks?

<!-- gh-comment-id:370070068 --> @SkewedZeppelin commented on GitHub (Mar 2, 2018): How did you install it? What is the output of `file $(which -a brackets)`? Could you also try commenting all the options and uncommenting one at a time in the profile until it breaks?
Author
Owner

@Fred-Barclay commented on GitHub (Mar 3, 2018):

I was able to duplicate on Ubuntu 17.10 - it looks like we needed to add netlink to the protocol list and no longer blacklist chroot with seccomp. Please let us know if this needs further tweaking!

Cheers!
Fred

<!-- gh-comment-id:370116421 --> @Fred-Barclay commented on GitHub (Mar 3, 2018): I was able to duplicate on Ubuntu 17.10 - it looks like we needed to add netlink to the protocol list and no longer blacklist chroot with seccomp. Please let us know if this needs further tweaking! Cheers! Fred
Author
Owner

@idnovic commented on GitHub (Mar 3, 2018):

I added netlink but I dunno how to change the seccomp chroot fix you suggested

<!-- gh-comment-id:370148263 --> @idnovic commented on GitHub (Mar 3, 2018): I added netlink but I dunno how to change the seccomp chroot fix you suggested
Author
Owner

@Fred-Barclay commented on GitHub (Mar 3, 2018):

Hi, sorry about that, I was referring to the code change I'd made and wasn't very clear about it. 😄 You can use https://raw.githubusercontent.com/netblue30/firejail/f7ac3a644d2612bbfc9220c119a0e00b837dec2c/etc/brackets.profile

<!-- gh-comment-id:370158802 --> @Fred-Barclay commented on GitHub (Mar 3, 2018): Hi, sorry about that, I was referring to the code change I'd made and wasn't very clear about it. :smile: You can use https://raw.githubusercontent.com/netblue30/firejail/f7ac3a644d2612bbfc9220c119a0e00b837dec2c/etc/brackets.profile
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1214
No description provided.