1
0
mirror of https://github.com/cjdelisle/openwrt.git synced 2025-05-16 12:02:30 +00:00
Files
openwrt/package/utils/busybox/files/ntpd.capabilities
2020-10-25 13:01:35 +00:00

23 lines
317 B
Plaintext

{
"bounding": [
"CAP_NET_BIND_SERVICE",
"CAP_SYS_TIME"
],
"effective": [
"CAP_NET_BIND_SERVICE",
"CAP_SYS_TIME"
],
"ambient": [
"CAP_NET_BIND_SERVICE",
"CAP_SYS_TIME"
],
"permitted": [
"CAP_NET_BIND_SERVICE",
"CAP_SYS_TIME"
],
"inheritable": [
"CAP_NET_BIND_SERVICE",
"CAP_SYS_TIME"
]
}