blob: a72e7104485d79ec5251e691ba84fafc79436cb6 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001This module copies security markings from packets to connections
2(if unlabeled), and from connections back to packets (also only
3if unlabeled). Typically used in conjunction with SECMARK, it is
4only valid in the
5.B mangle
6table.
7.TP
8\fB\-\-save\fP
9If the packet has a security marking, copy it to the connection
10if the connection is not marked.
11.TP
12\fB\-\-restore\fP
13If the packet does not have a security marking, and the connection
14does, copy the security marking from the connection to the packet.
15