aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/files/wpad.json
blob: c73f3d98bd1d4cc87584fad1828d3d47e7ab5bab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"bounding": [
		"CAP_NET_ADMIN",
		"CAP_NET_RAW"
	],
	"effective": [
		"CAP_NET_ADMIN",
		"CAP_NET_RAW"
	],
	"ambient": [
		"CAP_NET_ADMIN",
		"CAP_NET_RAW"
	],
	"permitted": [
		"CAP_NET_ADMIN",
		"CAP_NET_RAW"
	],
	"inheritable": [
		"CAP_NET_ADMIN",
		"CAP_NET_RAW"
	]
}