Struct jsonrpc_ipc_server::SecurityAttributes [−][src]
pub struct SecurityAttributes { /* fields omitted */ }
Expand description
Socket permissions and ownership on UNIX
Implementations
New default security attributes. These only allow access by the process’s own user and the system administrator.
New security attributes that allow everyone to connect.
Set a custom permission on the socket
New security attributes that allow everyone to create.
This does not work on unix, where it is equivalent to
SecurityAttributes::allow_everyone_connect
.