mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #284] Cannot run lxterminal #199
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#199
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 @liloman on GitHub (Feb 8, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/284
Hi,
I just started to use this tool for firefox with vimperator.
Everything is working right but if I do:
:!pcmanfm
I can launch a file explorer without restriction. ❓
Is it a common issue? Cause if I understand right the child should have the same privileges as his parent.
Cheers and great tool 👍
@brunonova commented on GitHub (Feb 8, 2016):
I don't use PCManFM, but maybe when it's already running and you execute
pcmanfm, the running instance of PCManFM "captures it" and opens a new window?Some programs do this, like Firefox and Nautilus.
@liloman commented on GitHub (Feb 8, 2016):
It possible, I was thinking on something related to dbus/Polkit.
PD: It seems that debugging is not working with journalctl so you have to up syslog??
@netblue30 commented on GitHub (Feb 9, 2016):
I think PCManFM listens on a regular Unix socket. The only thing is doing is opening a new file manager, it doesn't take any commands over the socket.
@liloman commented on GitHub (Feb 9, 2016):
I've been testing and I can't launch a terminal for example but I can execute /bin commands inside the namespace.
I don't know why It isn't "totally" blacklisted. ❔
Btw my bad, to see the logs from journalctl:
Nice tools both indeed .
@netblue30 commented on GitHub (Feb 9, 2016):
I have blacklisted some terminals in /etc/firejail/disable-common.inc. These programs listen on Unix sockets and unlike PCManFM accept commands coming on the socket. This effectively allows an intruder to break out of the sandbox. You can still start a terminal using --noblacklist:
@liloman commented on GitHub (Feb 10, 2016):
Even launching it from a lxterminal:
I saw no tests with --noblacklist. Maybe when I have some time and make some test.
PS: It's a fresh git installation.
@netblue30 commented on GitHub (Feb 11, 2016):
Start it like this:
Probably you are running Arch Linux. Arch is merging /bin and /usr/bin directory into a single directory.
@liloman commented on GitHub (Feb 11, 2016):
You're right I'm running Fedora who was the impulsor (Lennart) of this merging. :)
It's often a susprise how things can work differently in one distro and another. 🏄
@netblue30 commented on GitHub (Feb 11, 2016):
I'll have to fix it, thanks!
@netblue30 commented on GitHub (Feb 13, 2016):
Fixed! Try:
@liloman commented on GitHub (Feb 13, 2016):
Working!.
Nice. :)