summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/secmark.nft
blob: ccbb572f2756e6d15d8dc79a84d2aaa7be226ff6 (plain)
1
2
3
4
5
6
7
# fb961945457f ("netfilter: nf_tables: add SECMARK support")
# v4.20-rc1~14^2~125^2~5
table inet x {
	secmark ssh_server {
		"system_u:object_r:ssh_server_packet_t:s0"
	}
}