Re: [OpenWrt-Devel] [PATCH procd v2 0/5] jail work

2015-09-14 Thread John Crispin
On 15/09/2015 00:11, Etienne Champetier wrote: > > Just some random stuffs: > > -new in kernel 4.3: ambient capabilities (great explanation in the commits) > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=58319057b7847667f0c9585b9de0e8932b0fdb08 > http://git.kernel.or

Re: [OpenWrt-Devel] [PATCH procd v2 0/5] jail work

2015-09-14 Thread Etienne Champetier
hi, 2015-08-27 13:38 GMT+02:00 John Crispin : > > > On 27/08/2015 13:25, Etienne Champetier wrote: > > > > > > 2015-08-27 12:18 GMT+02:00 John Crispin > >: > > > > > > > > On 26/08/2015 18:20, Etienne Champetier wrote: > > > > > > > > > 2015-08-26 15:48

Re: [OpenWrt-Devel] [PATCH procd v2 0/5] jail work

2015-08-27 Thread John Crispin
On 27/08/2015 13:25, Etienne Champetier wrote: > > > 2015-08-27 12:18 GMT+02:00 John Crispin >: > > > > On 26/08/2015 18:20, Etienne Champetier wrote: > > > > > > 2015-08-26 15:48 GMT+02:00 John Crispin > >

Re: [OpenWrt-Devel] [PATCH procd v2 0/5] jail work

2015-08-27 Thread Etienne Champetier
2015-08-27 12:18 GMT+02:00 John Crispin : > > > On 26/08/2015 18:20, Etienne Champetier wrote: > > > > > > 2015-08-26 15:48 GMT+02:00 John Crispin > >: > > > > On 26/08/2015 01:00, Etienne CHAMPETIER wrote: > > > This patch series rework a bit ujail, > > > a

Re: [OpenWrt-Devel] [PATCH procd v2 0/5] jail work

2015-08-27 Thread John Crispin
On 26/08/2015 18:20, Etienne Champetier wrote: > > > 2015-08-26 15:48 GMT+02:00 John Crispin >: > > > > On 26/08/2015 01:00, Etienne CHAMPETIER wrote: > > This patch series rework a bit ujail, > > and add capabilities support to it > > nice > >

Re: [OpenWrt-Devel] [PATCH procd v2 0/5] jail work

2015-08-26 Thread Etienne Champetier
2015-08-26 15:48 GMT+02:00 John Crispin : > > > On 26/08/2015 01:00, Etienne CHAMPETIER wrote: > > This patch series rework a bit ujail, > > and add capabilities support to it > > nice > > > > > Seccomp filter are very powerful but not totally generic, > > each arch can have different set of sysca

Re: [OpenWrt-Devel] [PATCH procd v2 0/5] jail work

2015-08-26 Thread John Crispin
On 26/08/2015 01:00, Etienne CHAMPETIER wrote: > This patch series rework a bit ujail, > and add capabilities support to it nice > > Seccomp filter are very powerful but not totally generic, > each arch can have different set of syscalls, > each libc can use different syscall for the same func