Re: [lxc-devel] [PATCH] refactor string conf items into common function

2013-09-30 Thread Dwight Engen
On Mon, 30 Sep 2013 14:41:41 -0500 Serge Hallyn wrote: > Quoting Dwight Engen (dwight.en...@oracle.com): > > - When doing the selinux change, I noticed that there was a lot of > > duplication of code in handing string configuration items, so I > > refactored this into a common function. > >

Re: [lxc-devel] [PATCH] refactor string conf items into common function

2013-09-30 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > - When doing the selinux change, I noticed that there was a lot of > duplication of code in handing string configuration items, so I > refactored this into a common function. > > - Added a config_string_max that can be passed a maximum acceptab