Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
selinux: Allow name resolve and optional unreserved port name_connect.
To use the mssim TCTI the daemon must be able to do two things: First it must be able to resolve DNS names. Second it must be able to connect to unreserved ports (the simulator binds to ports 2321 and 2322 by default). This commit grants the tabrmd the ability to resolve names over DNS through the 'sysnet_dns_name_resolve' interface. Permision to connect to all unreserved ports is granted through 'corenet_tcp_connect_all_unreserved_ports'. Access to unreserved ports is controlled by a new boolean: 'tabrmd_connect_all_unreserved' which is disabled by default. Signed-off-by: Philip Tricca <[email protected]>
- Loading branch information