selinux-policy/refpolicy/doc/templates/global_tun_list.html
2005-07-11 13:49:15 +00:00

12 lines
212 B
HTML

<h3>Global tunables:</h3>
[[for tun in tunables]]
<div id="interfacesmall">
<h4>[[tun['tun_name']]]</h4>
<p>Default Value: [[tun['def_val']]]</p>
[[if tun['desc']]]
<p>[[tun['desc']]]</p>
[[end]]
</div>
[[end]]