## RADIUS authentication and accounting server.
########################################
##
## Use radius over a UDP connection.
##
##
## Domain allowed access.
##
#
interface(`radius_use',`
gen_require(`
type radius_t;
')
allow $1 radiusd_t:udp_socket sendto;
allow radiusd_t $1:udp_socket recvfrom;
allow radiusd_t $1:udp_socket sendto;
allow $1 radiusd_t:udp_socket recvfrom;
')