On 4/12/24 06:44, Mark Johnston wrote:
I would like to introduce the patch below, which gets compiled when
--without-kmem-usage is specified.  In this case, snmpd will still use
libkvm, but won't open /dev/(k)mem.  In my testing so far, this works
perfectly.  Does anyone have any thoughts on this patch/approach?  Would
the net-snmp project be willing to accept the patch?  Thank you in
advance for any feedback or guidance.

What privileges are required to call kvm_open() on FreeBSD? Are
the same privileges required as for opening /dev/kmem or not? If not,
has it been considered to make init_kmem() call kvm_open() on FreeBSD
independent of whether or not --without-kmem-usage has been specified?

Thanks,

Bart.


_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to