Stephen Smalley wrote: >On Thu, 2005-03-24 at 13:21 -0500, Daniel J Walsh wrote: > > >>So this patch changes the selinux handling of booleans. First it >>introduces a new file booleans.local which will contain the users custom >>boolean settings. booleans will be changes to a config file so that it >>will be overwritten by rpm on upgrade. security_load_booleans now reads >>booleans and booleans.local to setup boolean values. setsebool now only >>writes the changed values to booleans.local. >> >> > >Don't you need to modify libsepol (sepol_genbools) as well in order to >get booleans.local consulted by load_policy and /sbin/init? > > > Ok here is the diff for sepol --