From 34bbe50d50da59decf73c38b3701dd3764247024 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Jul 11 2005 14:41:21 +0000 Subject: improve display of tunables and booleans --- diff --git a/refpolicy/doc/templates/global_bool_list.html b/refpolicy/doc/templates/global_bool_list.html index 9a31b2b..8172985 100644 --- a/refpolicy/doc/templates/global_bool_list.html +++ b/refpolicy/doc/templates/global_bool_list.html @@ -1,11 +1,14 @@

Global booleans:

[[for bool in booleans]] -
-

[[bool['bool_name']]]

-

Default Value: [[bool['def_val']]]

+
+
[[bool['bool_name']]]
+
+
Default value
+

[[bool['def_val']]]

[[if bool['desc']]] +
Description

[[bool['desc']]]

[[end]] -
+
[[end]] diff --git a/refpolicy/doc/templates/global_tun_list.html b/refpolicy/doc/templates/global_tun_list.html index 895acfa..b08ed59 100644 --- a/refpolicy/doc/templates/global_tun_list.html +++ b/refpolicy/doc/templates/global_tun_list.html @@ -1,11 +1,14 @@

Global tunables:

[[for tun in tunables]] -
-

[[tun['tun_name']]]

-

Default Value: [[tun['def_val']]]

+
+
[[tun['tun_name']]]
+
+
Default value
+

[[tun['def_val']]]

[[if tun['desc']]] +
Description

[[tun['desc']]]

[[end]] -
+
[[end]]