mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1491] How to simulate the installation of programs? #997
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#997
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 @ghost on GitHub (Aug 23, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1491
@netblue30 commented on GitHub (Aug 25, 2017):
I'll have to come up with some other procedure, the one you tried seems to be broken on the latest git version.
@SkewedZeppelin commented on GitHub (Aug 25, 2017):
@rekixex why not just fire up a VM and use snapshots? Especially considering that you're talking about untrusted programs... a VM with no net access is the best way to go.
You can even take it a step further and use something like this https://github.com/Cisco-Talos/vboxhardening
@smitsohu commented on GitHub (Aug 26, 2017):
Rather not. You would need to carefully inspect the contents of the deb/rpm archive, in order to have an understanding what actually happens during installation (which files go where? Are there scripts? What do they do?). In the end you run the installer with root privileges, it could do everything with your system....
@netblue30 commented on GitHub (Aug 30, 2017):
If you need to install it as root and you don't trust them, you don't install it! Firejail relies heavily on Linux kernel security support. If they have a 0 day exploit, they might be able to bypass the kernel security. Better go with a virtual machine.