On Wed, Aug 06, 2008 at 11:32:53AM -0500, John Brooks wrote: > tablec allows me to add or remove pf table entries with > an unprivileged userland account. is there a method to > produce a listing of all addresses in a pf table with > an unprivileged userland account?
If this is for interactive use, why not just stick with sudo? Otherwise, a trivial suided wrapper could work. If you have some coding skills, extending tabled shouldn't be too hard, either - it appears to be a pretty simple program. Joachim