Home | History | Annotate | Download | only in sepolicy

Lines Matching refs:max_port

171     max_port = 2 ** 16
189 if p < 1 or p > max_port:
194 raise ValueError(_("Ports must be numbers or ranges of numbers from 1 to %d " % max_port))