summaryrefslogtreecommitdiffstats
path: root/net/ripe-atlas/files/capabilities.json
blob: ab56e4329e1b2d2e2e1cb3497a616f8b8f9d4a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"bounding": [
		"CAP_NET_RAW", "CAP_SETUID"
	],
	"effective": [
		"CAP_NET_RAW", "CAP_SETUID"
	],
	"ambient": [
		"CAP_NET_RAW", "CAP_SETUID"
	],
	"permitted": [
		"CAP_NET_RAW", "CAP_SETUID"
	],
	"inheritable": [
		"CAP_NET_RAW", "CAP_SETUID"
	]
}