mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5153] Add a profile for Check Point's Ssl Network eXtender (SNX) #2897
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#2897
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 @raelschiffler on GitHub (May 20, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5153
I'm having a hard time to build a profile for Ssl Network eXtender SNX. I need to sandbox it and in the same sandbox run Firefox and another famous private enterprise communication messenger.
Could you help me building this profile?
@raelschiffler commented on GitHub (May 20, 2022):
@raelschiffler commented on GitHub (May 20, 2022):
After I whitelist /lib/modules/5.13.0-41-generic in the created profile file and run
firejail /usr/bin/snx -s mycompanyremoteserver.com -c ~/Documents/vpn_cert.p12I get this output with error:@kmk3 commented on GitHub (Jun 9, 2022):
@raelschiffler commented on May 20:
What is the content of snx.profile?
This is usually caused by
private-binor IIRCinclude disable-shell.inc.If
private-binis used, try to addsnxto it.@raelschiffler commented on GitHub (Apr 17, 2023):
Hi, after those years I made a slow progress over this issue.
The thing is: if you need a connection to be sandboxed you must leave at list a shell prompt to run any other thing over this sandboxed connection, like a web browser.
Therefore I was wrong in my approach tot he situation: I was trying to run the snx as a start command, and it would never work.
Now I'm in the right approach, but facing another issue that may interest @netblue30.
Whenever I run
snx -s mycompanyremoteserver.com -c ~/Documents/vpn_cert.p12command in bare metal shell, the expected outcome is:Now when I run
$ firejailand the sandboxed shell prompt loads, I try running the same command and the output is:Which raises the question in our days:
Could firejail support many vpn connections sandboxing Virtual Network Adapter?
@raelschiffler commented on GitHub (Apr 17, 2023):
This is the SNX --debug output.
As you can see, there's something about this
**om_mngr_allocate_link: called while not initialized initalized**...@kmk3 commented on GitHub (Apr 17, 2023):
(Offtopic)
@raelschiffler
Please see the following links for how to format code blocks in markdown: