author | Florian Forster <octo@collectd.org> | |
Fri, 28 Oct 2016 13:04:11 +0000 (15:04 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Fri, 28 Oct 2016 13:04:11 +0000 (15:04 +0200) | ||
commit | 58acba67f2a814698e7ebef1c00ec35fa21ef740 | |
tree | fe6edad2c80ed8264b503eda0f9655cd7598e03f | tree | snapshot |
parent | 893f08e3e00a142fc7f0670c7992ff72b54f30fb | commit | diff |
src/daemon/common.c: Rewrite check_capability() using cap_get_bound().
capget(2) is Linux specific and the use of the raw syscalls is
discouraged. Also, there have been interesting crashes on some systems.
Issue: #2009
capget(2) is Linux specific and the use of the raw syscalls is
discouraged. Also, there have been interesting crashes on some systems.
Issue: #2009
configure.ac | diff | blob | history | |
src/daemon/Makefile.am | diff | blob | history | |
src/daemon/common.c | diff | blob | history |