mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5990] vscodium: cannot access Arduino code #3149
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#3149
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 @marek22k on GitHub (Sep 6, 2023).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5990
Description
Opening code is not possible in VSCodium
Steps to Reproduce
Steps to reproduce the behavior
LC_ALL=C firejail /usr/bin/codium(LC_ALL=Cto get a consistentoutput in English that can be understood by everybody)
/home/marek/Arduino/xinetd/platformio.initThe editor could not be opened due to an unexpteted error: Unable to read file '/home/marek/Arduino/xinetd/platformio.init(NoPermissions (FileSystemError): Error: EACCES: permission denied, stat '/home/marek/Arduino/xinetd/platformio.ini')`Expected behavior
File can be opened.
Actual behavior
File cannot be opened.
Behavior without a profile
File can be opened.
Environment
Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.Log
Output of
LC_ALL=C firejail /usr/bin/codiumOutput of
LC_ALL=C firejail --debug /usr/bin/codiumhttps://gist.github.com/marek22k/27d165ce082954678745178dcb7e2bad
@ghost commented on GitHub (Sep 6, 2023):
Thank you for reporting.
Easy fix:
If that indeed fixes it, can you open a PR?
@marek22k commented on GitHub (Sep 6, 2023):
It works. I have created a PR.