Re: [PATCH 1/2 iptables] libxt_cgroup: prepare for multi revisions

2015-11-22 Thread Pablo Neira Ayuso
On Sat, Nov 21, 2015 at 11:18:46AM -0500, Tejun Heo wrote: > libxt_cgroup will grow cgroup2 path based match. Postfix existing > symbols with _v0 and prepare for multi revision registration. While > at it, rename O_CGROUP to O_CLASSID and fwid to classid. > > Signed-off-by: Tejun Heo

Re: [PATCH 1/2 iptables] libxt_cgroup: prepare for multi revisions

2015-11-22 Thread Pablo Neira Ayuso
On Sun, Nov 22, 2015 at 09:31:28PM +0100, Pablo Neira Ayuso wrote: > On Sat, Nov 21, 2015 at 11:18:46AM -0500, Tejun Heo wrote: > > --- a/extensions/libxt_cgroup.c > > +++ b/extensions/libxt_cgroup.c > > @@ -3,30 +3,30 @@ > > #include > > > > enum { > > - O_CGROUP = 0, > > + O_CLASSID =

[PATCH 1/2 iptables] libxt_cgroup: prepare for multi revisions

2015-11-21 Thread Tejun Heo
libxt_cgroup will grow cgroup2 path based match. Postfix existing symbols with _v0 and prepare for multi revision registration. While at it, rename O_CGROUP to O_CLASSID and fwid to classid. Signed-off-by: Tejun Heo Cc: Daniel Borkmann Cc: Jan Engelhardt