busybox: allow ntpd to run as non-root ntpd user
[openwrt/staging/dedeckeh.git] / package / utils / busybox / files / ntpd.capabilities
1 {
2 "bounding": [
3 "CAP_NET_BIND_SERVICE",
4 "CAP_SYS_TIME"
5 ],
6 "effective": [
7 "CAP_NET_BIND_SERVICE",
8 "CAP_SYS_TIME"
9 ],
10 "ambient": [
11 "CAP_NET_BIND_SERVICE",
12 "CAP_SYS_TIME"
13 ],
14 "permitted": [
15 "CAP_NET_BIND_SERVICE",
16 "CAP_SYS_TIME"
17 ],
18 "inheritable": [
19 "CAP_NET_BIND_SERVICE",
20 "CAP_SYS_TIME"
21 ]
22 }