[GH-ISSUE #4677] Add openstego profile #2748

Closed
opened 2026-05-05 09:24:45 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @Rult on GitHub (Nov 11, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4677

UPD: Java-specific error was resolved.
All that's need now for OpenStego's profile is to deny Internet access.


OpenStego in AUR.
Currently gives this when run with --net=none:

java.lang.NullPointerException: Cannot invoke "java.io.InputStream.read(byte[])" because "tmplIS" is null
        at com.openstego.desktop.util.UserPreferences.init(UserPreferences.java:57)
        at com.openstego.desktop.OpenStego.main(OpenStego.java:429)

I suppose there are should be some Java paths whitelisted, but I don't know which ones are needed to be specified.

Originally created by @Rult on GitHub (Nov 11, 2021). Original GitHub issue: https://github.com/netblue30/firejail/issues/4677 UPD: Java-specific error was resolved. All that's need now for OpenStego's profile is to deny Internet access. _____ [OpenStego in AUR.](https://aur.archlinux.org/packages/openstego) Currently gives this when run with `--net=none`: ``` java.lang.NullPointerException: Cannot invoke "java.io.InputStream.read(byte[])" because "tmplIS" is null at com.openstego.desktop.util.UserPreferences.init(UserPreferences.java:57) at com.openstego.desktop.OpenStego.main(OpenStego.java:429) ``` I suppose there are should be some Java paths whitelisted, but I don't know which ones are needed to be specified.
gitea-mirror 2026-05-05 09:24:45 -06:00
Author
Owner

@jmetrius commented on GitHub (Nov 11, 2021):

Hey,

I recently updated the OpenStego PKGBUILD since it was terribly outdated. I tried to reproduce your issue by running firejail --net=none openstego and all seems fine.

Can you try again with the latest version and report if the issue persists?

<!-- gh-comment-id:966656431 --> @jmetrius commented on GitHub (Nov 11, 2021): Hey, I recently updated the OpenStego PKGBUILD since it was terribly outdated. I tried to reproduce your issue by running `firejail --net=none openstego` and all seems fine. Can you try again with the latest version and report if the issue persists?
Author
Owner

@Rult commented on GitHub (Nov 12, 2021):

@jmetrius hey, that's pretty neat! The program now works as intended.

Though it still would be nice if firejail would disable Internet access to it by default as it's not needed and the package comes precompiled on AUR.

<!-- gh-comment-id:966734004 --> @Rult commented on GitHub (Nov 12, 2021): @jmetrius hey, that's pretty neat! The program now works as intended. Though it still would be nice if firejail would disable Internet access to it by default as it's not needed and the package comes precompiled on AUR.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#2748
No description provided.