[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
using selinux to allow only certain hosts or networks
- From: Doug Sikora <dsikora redhat com>
- To: fedora-selinux-list redhat com
- Subject: using selinux to allow only certain hosts or networks
- Date: Tue, 9 Dec 2008 09:15:32 -0500 (EST)
The below rules came from audit2allow,
allow test_t inaddr_any_node_t:tcp_socket node_bind;
allow test_t inaddr_any_node_t:udp_socket node_bind;
Instead of allowing "any_node" I would like to limit this to specific hosts and or networks.
Does anyone know the syntax for this?
Thanks
Doug
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]