Hi Bryan opening a pf_ring socket is not allowed without privileges by the kernel module, as you can see in pf_ring.c:
4867 if(!capable(CAP_NET_ADMIN)) 4868 return -EPERM; Alfredo > On 28 Oct 2015, at 02:58, Bryan Fok <[email protected]> wrote: > > Is it possible to run pf_ring without sudo / root right? I tried to add just > the network admin. right to the application but it could only run, but not > receiving anything. > > B.R > Bryan > _______________________________________________ > Ntop-misc mailing list > [email protected] <mailto:[email protected]> > http://listgateway.unipi.it/mailman/listinfo/ntop-misc > <http://listgateway.unipi.it/mailman/listinfo/ntop-misc>
_______________________________________________ Ntop-misc mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-misc
