Struct parity_tokio_ipc::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.
New security attributes that allow everyone to create.
This does not work on unix, where it is equivalent to
SecurityAttributes::allow_everyone_connect
.