mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #2919] [MERGED] Profiles: add I2P #4583
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#4583
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?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/2919
Author: @corecontingency
Created: 8/21/2019
Status: ✅ Merged
Merged: 8/21/2019
Merged by: @rusty-snake
Base:
master← Head:master📝 Commits (4)
7b96833profiles: add i2p09d110aApply suggestions from code reviewbd470dcApplied further suggestions from code reviewd3c510badded i2prouter to firecfg📊 Changes
3 files changed (+76 additions, -0 deletions)
View changed files
📝
etc/disable-programs.inc(+4 -0)➕
etc/i2prouter.profile(+71 -0)📝
src/firecfg/firecfg.config(+1 -0)📄 Description
Added an I2P profile.
This was tested with Arch/KDE, installing I2P using the official distro-independent java installer and Xubuntu, installing I2P using the official PPA.
This does not support the AUR packages for I2P, as they install it really funky and require root privileges to run I2P. Didn't see the point of supporting that when there is an official distro-independent java installer, that only requires normal user privileges to run I2P.
Was not able to create a private-bin for I2P, unfortunately. I'm sure it is possible, but it uses a java wrapper shell script to start I2P, and I thought I copied all the necessary binaries to get it running, but no luck. Are there some debugging tools for firejail that simplifies the process of creating a private-bin?
By default, after starting up I2P opens your default browser to the I2P router console at http://127.0.0.1:7657/home. I couldn't get this to work, so currently it just shows some error messages that it can't open the browser. Luckily, this can be turned off in the I2P settings. I don't think it is that much of an inconvenience to manually open your browser and go to http://127.0.0.1:7657/home instead.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.