Re: Convert ffs_sysctl to sysctl_bounded_args

2020-11-06 Thread Todd C . Miller
On Sun, 01 Nov 2020 20:16:35 -0800, Greg Steuck wrote: > How does the encoding of sysctl_rdint as [1,0] sound? I think this is OK. We already have the special case where min == max. OK millert@ - todd

Convert ffs_sysctl to sysctl_bounded_args

2020-11-01 Thread Greg Steuck
How does the encoding of sysctl_rdint as [1,0] sound? OK? >From 27fda35ce0990df113dab99f2e4018e63b5390d7 Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Sun, 1 Nov 2020 19:14:12 -0800 Subject: [PATCH] Convert ffs_sysctl to sysctl_bounded_args Requires sysctl_bounded_arr branch to supp