upstream commit broke linux-vserver patch hunk context http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?h=linux-3.14.y&id=75be724f4edfc8fd51303a47c214dec2c29f8e08 diff -urNpd linux-3.14.49-vs2.3.6.15~/kernel/printk/printk.c linux-3.14.49-vs2.3.6.15/kernel/printk/printk.c --- linux-3.14.49-vs2.3.6.15~/kernel/printk/printk.c 2015-08-04 09:26:16.161704336 -0500 +++ linux-3.14.49-vs2.3.6.15/kernel/printk/printk.c 2015-08-06 10:02:40.699559935 -0500 @@ -387,7 +387,7 @@ static int check_syslog_permissions(int goto ok; if (syslog_action_restricted(type)) { - if (capable(CAP_SYSLOG)) + if (vx_capable(CAP_SYSLOG, VXC_SYSLOG)) goto ok; /* * For historical reasons, accept CAP_SYS_ADMIN too, with