wormhole/solana/agent
Leopold Schabel 8306a83833
solana/agent: listen on UNIX socket (#122)
This allows us to use UNIX filesystem permissions for access control.

Previously, any process in the network namespace could connect to it,
which is insecure for obvious reasons.

Verified that correct permissions are set:

```
# ls -lisa /run/bridge/
total 8
31996269 4 drwxrwxrwx 2 root root 4096 Nov 23 21:58 .
14676759 4 drwxr-xr-x 1 root root 4096 Nov 23 21:58 ..
31996306 0 srwx------ 1 root root    0 Nov 23 21:58 agent.sock
```

Fixes #119
2020-11-24 09:48:44 +01:00
..
src solana/agent: listen on UNIX socket (#122) 2020-11-24 09:48:44 +01:00
.dockerignore Update devnet and Solana program 2020-08-16 13:21:39 +02:00
Cargo.lock solana: add uncommitted Cargo.lock files 2020-10-28 22:47:12 +01:00
Cargo.toml solana/agent: listen on UNIX socket (#122) 2020-11-24 09:48:44 +01:00
build.rs Add builds for protos and the Solana agent 2020-08-15 22:15:26 +02:00