1
0

ntpd.capabilities 317 B

12345678910111213141516171819202122
  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. }