On Sun, Jan 19, 2014 at 03:28:05PM -0500, S.Çağlar Onur wrote:
> Return an error if the function is not supposed to be called by an
> unprivileged user.
> Otherwise those calls fail in the middle of their execution with different
> reasons.
>
> changes since v2:
> - am_unpriv is now a simple get
Return an error if the function is not supposed to be called by an unprivileged
user.
Otherwise those calls fail in the middle of their execution with different
reasons.
changes since v2:
- am_unpriv is now a simple geteuid check,
- API functions are now providing error messages,
- lxc-info, lxc
On Sat, Jan 18, 2014 at 01:31:14PM -0500, S.Çağlar Onur wrote:
> On Sat, Jan 18, 2014 at 12:38 AM, S.Çağlar Onur wrote:
> > On Sat, Jan 18, 2014 at 12:12 AM, Stéphane Graber
> > wrote:
> >> On Sat, Jan 18, 2014 at 12:03:19AM -0500, S.Çağlar Onur wrote:
> >>> On Sat, Jan 18, 2014 at 12:00 AM, Sté
On Sat, Jan 18, 2014 at 12:38 AM, S.Çağlar Onur wrote:
> On Sat, Jan 18, 2014 at 12:12 AM, Stéphane Graber wrote:
>> On Sat, Jan 18, 2014 at 12:03:19AM -0500, S.Çağlar Onur wrote:
>>> On Sat, Jan 18, 2014 at 12:00 AM, Stéphane Graber
>>> wrote:
>>> > On Fri, Jan 17, 2014 at 11:58:17PM -0500, S.
On Sat, Jan 18, 2014 at 12:12 AM, Stéphane Graber wrote:
> On Sat, Jan 18, 2014 at 12:03:19AM -0500, S.Çağlar Onur wrote:
>> On Sat, Jan 18, 2014 at 12:00 AM, Stéphane Graber
>> wrote:
>> > On Fri, Jan 17, 2014 at 11:58:17PM -0500, S.Çağlar Onur wrote:
>> >> On Fri, Jan 17, 2014 at 11:49 PM, Sté
On Sat, Jan 18, 2014 at 12:03:19AM -0500, S.Çağlar Onur wrote:
> On Sat, Jan 18, 2014 at 12:00 AM, Stéphane Graber wrote:
> > On Fri, Jan 17, 2014 at 11:58:17PM -0500, S.Çağlar Onur wrote:
> >> On Fri, Jan 17, 2014 at 11:49 PM, Stéphane Graber
> >> wrote:
> >> > On Fri, Jan 17, 2014 at 11:34:50P
On Sat, Jan 18, 2014 at 12:00 AM, Stéphane Graber wrote:
> On Fri, Jan 17, 2014 at 11:58:17PM -0500, S.Çağlar Onur wrote:
>> On Fri, Jan 17, 2014 at 11:49 PM, Stéphane Graber
>> wrote:
>> > On Fri, Jan 17, 2014 at 11:34:50PM -0500, S.Çağlar Onur wrote:
>> >> Return an error if the function is no
On Fri, Jan 17, 2014 at 11:58:17PM -0500, S.Çağlar Onur wrote:
> On Fri, Jan 17, 2014 at 11:49 PM, Stéphane Graber wrote:
> > On Fri, Jan 17, 2014 at 11:34:50PM -0500, S.Çağlar Onur wrote:
> >> Return an error if the function is not supposed to be called by an
> >> unprivileged user.
> >> Otherwi
On Fri, Jan 17, 2014 at 11:49 PM, Stéphane Graber wrote:
> On Fri, Jan 17, 2014 at 11:34:50PM -0500, S.Çağlar Onur wrote:
>> Return an error if the function is not supposed to be called by an
>> unprivileged user.
>> Otherwise those calls fail in the middle of their execution with different
>> r
On Fri, Jan 17, 2014 at 11:34:50PM -0500, S.Çağlar Onur wrote:
> Return an error if the function is not supposed to be called by an
> unprivileged user.
> Otherwise those calls fail in the middle of their execution with different
> reasons.
>
> changes since v1:
> - am_unpriv is now a simple get
On Fri, Jan 17, 2014 at 7:34 PM, Stéphane Graber wrote:
> On Fri, Jan 17, 2014 at 07:27:03PM -0500, S.Çağlar Onur wrote:
>> Hey Stéphane,
>>
>> On Fri, Jan 17, 2014 at 3:18 PM, Stéphane Graber wrote:
>> > On Fri, Jan 17, 2014 at 03:01:46PM -0500, S.Çağlar Onur wrote:
>> >> Return an error if the
Return an error if the function is not supposed to be called by an unprivileged
user.
Otherwise those calls fail in the middle of their execution with different
reasons.
changes since v1:
- am_unpriv is now a simple geteuid check,
- API functions are now providing error messages,
- lxc-info, lxc
On Fri, Jan 17, 2014 at 07:27:03PM -0500, S.Çağlar Onur wrote:
> Hey Stéphane,
>
> On Fri, Jan 17, 2014 at 3:18 PM, Stéphane Graber wrote:
> > On Fri, Jan 17, 2014 at 03:01:46PM -0500, S.Çağlar Onur wrote:
> >> Return an error if the function is not supposed to be called by an
> >> unprivileged
Hey Stéphane,
On Fri, Jan 17, 2014 at 3:18 PM, Stéphane Graber wrote:
> On Fri, Jan 17, 2014 at 03:01:46PM -0500, S.Çağlar Onur wrote:
>> Return an error if the function is not supposed to be called by an
>> unprivileged user.
>> Otherwise those calls fail in the middle of their execution with d
On Fri, Jan 17, 2014 at 03:01:46PM -0500, S.Çağlar Onur wrote:
> Return an error if the function is not supposed to be called by an
> unprivileged user.
> Otherwise those calls fail in the middle of their execution with different
> reasons.
>
> Signed-off-by: S.Çağlar Onur
Hmm, so I have mixed
Return an error if the function is not supposed to be called by an unprivileged
user.
Otherwise those calls fail in the middle of their execution with different
reasons.
Signed-off-by: S.Çağlar Onur
---
src/lxc/lxccontainer.c | 33 -
1 file changed, 28 insertion
16 matches
Mail list logo