aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lxc/conf.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lxc/conf.c b/src/lxc/conf.c
index 5e41d38..c0d43d3 100644
--- a/src/lxc/conf.c
+++ b/src/lxc/conf.c
@@ -201,6 +201,12 @@ static struct caps_opt caps_opt[] = {
{ "setfcap", CAP_SETFCAP },
{ "mac_override", CAP_MAC_OVERRIDE },
{ "mac_admin", CAP_MAC_ADMIN },
+#ifdef CAP_SYSLOG
+ { "syslog", CAP_SYSLOG },
+#endif
+#ifdef CAP_WAKE_ALARM
+ { "wake_alarm", CAP_WAKE_ALARM },
+#endif
};
static int run_script(const char *name, const char *section,