Re: [lxc-devel] [PATCH 1/3] Bad checking of getconfig key

2010-09-16 Thread Clément Calmels
This serie brings some new issues. Will rework on it. c. On jeu, 2010-09-16 at 16:05 +0200, Clement Calmels wrote: > Without this patch all false config key that looks like a real one are > valid. For example: > > lxc-execute -n foo -s 'lxc.utsnamebug= bar' > > With this patch it now raises an

[lxc-devel] [PATCH 1/3] Bad checking of getconfig key

2010-09-16 Thread Clement Calmels
Without this patch all false config key that looks like a real one are valid. For example: lxc-execute -n foo -s 'lxc.utsnamebug= bar' With this patch it now raises an error: $ lxc-execute -n foo -s 'lxc.utsnamebug= bar' -- uname -a lxc-execute: unknow key lxc.utsnamebug Signed-off-by: Clement