-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1402234
commit 51bf149
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -349,6 +349,14 @@ Containers [libkrun](https://github.com/containers/libkrunfw) has kernel patches | |
See patches [AF_TSI](https://github.com/containers/libkrunfw/blob/4b087ea7ac0b51516b21e6839a90a1051aec106c/patches/0010-Transparent-Socket-Impersonation-implementation.patch) | ||
and [tsi_hijack](https://github.com/containers/libkrunfw/blob/4b087ea7ac0b51516b21e6839a90a1051aec106c/patches/0011-tsi-allow-hijacking-sockets-tsi_hijack.patch). | ||
|
||
## junixsocket | ||
|
||
A Java/JNI library that allows the use of Unix domain sockets (`AF_UNIX`) and others like `AF_TIPC` | ||
and `AF_VSOCK`, from Java and other JVM languages. Works with GraalVM, too. | ||
|
||
[junixsocket on GitHub](https://github.com/kohlschutter/junixsocket); | ||
[junixsocket project website](https://kohlschutter.github.io/junixsocket/) | ||
|
||
# Legal Notices | ||
|
||
Copyright 2022 Christian Kohlschuetter <[email protected]> | ||
|