Skip to content

Commit

Permalink
Add junixsocket reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Nov 3, 2022
1 parent 1402234 commit 51bf149
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]>
Expand Down

0 comments on commit 51bf149

Please sign in to comment.