This website requires JavaScript.
Explore
Help
Sign In
StarMirror
/
sandboxed-api
Watch
1
Star
0
Fork
0
You've already forked sandboxed-api
mirror of
https://github.com/google/sandboxed-api.git
synced
2024-03-22 13:11:30 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
sandboxed-api
/
sandboxed_api
/
sandbox2
/
examples
/
network
History
bielec
ef7592cfdd
Now the network proxy client can automatically redirect connect syscalls to a handler that will send the data (syscall arguments) to the proxy server automatically and will return the obtained socket from the proxy server, in the future rules like allowed IP, protocols, etc. will be added
...
PiperOrigin-RevId: 259512665 Change-Id: I2747c7548ab24c7d2c90abb303fd783c11fed6f4
2019-07-23 04:41:08 -07:00
..
BUILD.bazel
Now the network proxy client can automatically redirect connect syscalls to a handler that will send the data (syscall arguments) to the proxy server automatically and will return the obtained socket from the proxy server, in the future rules like allowed IP, protocols, etc. will be added
2019-07-23 04:41:08 -07:00
CMakeLists.txt
Now the network proxy client can automatically redirect connect syscalls to a handler that will send the data (syscall arguments) to the proxy server automatically and will return the obtained socket from the proxy server, in the future rules like allowed IP, protocols, etc. will be added
2019-07-23 04:41:08 -07:00
network_bin.cc
Now the network proxy client can automatically redirect connect syscalls to a handler that will send the data (syscall arguments) to the proxy server automatically and will return the obtained socket from the proxy server, in the future rules like allowed IP, protocols, etc. will be added
2019-07-23 04:41:08 -07:00
network_sandbox.cc
Now the network proxy client can automatically redirect connect syscalls to a handler that will send the data (syscall arguments) to the proxy server automatically and will return the obtained socket from the proxy server, in the future rules like allowed IP, protocols, etc. will be added
2019-07-23 04:41:08 -07:00