packages/net/xray-core/files/xray.capabilities
Tianling Shen 6c9b96352f
xray-core: add init script
Add init script so the users could run it with their configs quickly.

Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
2021-02-04 06:29:58 +08:00

10 lines
128 B
Text

{
"ambient": [
"CAP_NET_ADMIN",
"CAP_NET_BIND_SERVICE"
],
"bounding": [
"CAP_NET_ADMIN",
"CAP_NET_BIND_SERVICE"
]
}