aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2018-05-15 01:27:18 +0200
committerToni Uhlig <matzeton@googlemail.com>2018-05-15 01:27:18 +0200
commit19299c4c0cf3f0a0c1fcdda1783f4593245358e6 (patch)
tree907cc77124c189d0fa59ebcc2f0eec30fc11ebdd /src/main.c
parent46f23ddc315d71b67c998631f1f86e39da21bd51 (diff)
POTD skeleton #53.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 9c0b265..4e34aa5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2,6 +2,7 @@
#include <sys/types.h>
#include <sys/wait.h>
+#include "capabilities.h"
#include "log.h"
#include "log_colored.h"
#include "utils.h"
@@ -33,6 +34,7 @@ int main(int argc, char *argv[])
(void) argc;
(void) argv;
arg0 = argv[0];
+ caps_default_filter();
LOG_SET_FUNCS_VA(LOG_COLORED_FUNCS);
N("%s (C) 2018 Toni Uhlig (%s)", PACKAGE_STRING, PACKAGE_BUGREPORT);