On Sat, Apr 08, 2006 at 21:08:28 +0100, Paul Howarth <paul@xxxxxxxxxxxx> wrote: > > Use: > > # setsebool -P name_of_boolean 1 > > to set a boolean persistently. According to 'man booleans' this setting does not survive reboots. But based on some other info in that man page that is definitely inaccurate I don't really trust it. >From the man page: Boolean values can also be changed at runtime via the setsebool(8) utility or the togglesebool utility. These utilities only change the current boolean value and do not affect the boot-time settings. It does say that you can use load_policy to make the settings persistant. I will test this out and file a bugzilla addendum to my existing one on the man page if setsebool settings persist accross reboots.