@@ -312,16 +312,11 @@ syntax, for example:
312312Fragments are not selectable since NPF always reassembles packets
313313before further processing.
314314.Ss User/group ID filtering
315- NPF allows certain rules to be applied exclusivley to some user processes on a system.
316- User processes that fire up sockets for network communications attribute
317- user identification values such as user and group ID to these sockets. Incoming
318- or outgoing communication with any socket is also assumed to be communicating with
319- the user that owns the process that fired the socket.
320315.Pp
321- Packet filtering by user or group controls data packet flows based on
322- the user or group identity of the process that generated the traffic,
323- or is waiting to receive traffic, rather than just traditional parameters
324- like IP address, port number, and protocol.
316+ NPF allows filtering by user or group identity. Packet filtering by user or group
317+ controls data packet flows based on the user or group identity of the process
318+ that generated the traffic, or is waiting to receive traffic,
319+ rather than just traditional parameters like IP address, port number, and protocol.
325320.Pp
326321There are many situations where this is useful:
327322.Bl -bullet -hang
@@ -675,7 +670,7 @@ group_id = "group" id_items
675670
676671id_items = [id] | [op_unary id] | [id op_binary id]
677672
678- op_unary = ["="] | ["!="] | ["<="] | [">="] | [">"]
673+ op_unary = ["="] | ["!="] | ["<="] | [">="] | [">"] | ["<"]
679674op_binary = ["<>"] | ["><"]
680675.Ed
681676.\" -----
0 commit comments