Re: [lxc-devel] [PATCH] Define PR_CAPBSET_READ when missing

2013-01-10 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > PR_CAPBSET_READ isn't defined in bionic, so define it if it's not. > > Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn > --- > src/lxc/caps.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/src/lxc/caps.c b/src/lxc/caps.c

[lxc-devel] [PATCH] Define PR_CAPBSET_READ when missing

2013-01-10 Thread Stéphane Graber
PR_CAPBSET_READ isn't defined in bionic, so define it if it's not. Signed-off-by: Stéphane Graber --- src/lxc/caps.c | 4 1 file changed, 4 insertions(+) diff --git a/src/lxc/caps.c b/src/lxc/caps.c index 53c552b..7e64a38 100644 --- a/src/lxc/caps.c +++ b/src/lxc/caps.c @@ -37,6 +37,10 @@