mirror of
https://github.com/topjohnwu/selinux.git
synced 2024-12-11 21:36:23 +00:00
semanage: swap tcp and udp protocol numbers
The tcp/udp protocol numbers were accidentaly swapped in the original patch 'semanage: add auditing of changes in records'. Signed-off-by: Miroslav Vadkerti <mvadkert@redhat.com>
This commit is contained in:
parent
50d8a181e8
commit
0b6f56e623
@ -88,8 +88,8 @@ file_type_str_to_option = {"all files": "a",
|
||||
"symbolic link": "l",
|
||||
"named pipe": "p"}
|
||||
|
||||
proto_to_audit = {"tcp": 17,
|
||||
"udp": 6,
|
||||
proto_to_audit = {"tcp": 6,
|
||||
"udp": 17,
|
||||
"ipv4": 4,
|
||||
"ipv6": 41}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user