mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3212] Cannot open /etc/firejail/kate.profile with kate #2008
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#2008
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 @ericschdt on GitHub (Feb 9, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3212
Kate's profile seems to be very restrict. However, I see no reason to not to be able to open any files e.g. under /etc if it's not restricted by the file mode setting (rwxrwxrwx).
kate /etc/firejail/kate.profileshows me a blank file and going over the context menu of kate, I ain't see the firejail folder at all.Is this intended? How can I make it less restrict? I don't want to edit a file under /etc necessarily with Kate (I won't run it as root), but I would like to view it with this app at least. With
catit's absolutely working fine.System
Manjaro KDE
@rusty-snake commented on GitHub (Feb 9, 2020):
firejail --profile=kate cat /etc/firejail/kate.profileworks for me. Have you enabled theprivate-etcline? If so addfirejail.@ericschdt commented on GitHub (Feb 9, 2020):
I hadn't, but once I uncommented, removed
machine-idaswhitelist /var/lib/dbus/machine-idis the wrong path or changing it towhitelist /var/lib/dbusand addingfirejailmade it working. Thanks!