selinux-policy/refpolicy/doc/templates/global_tun_list.html
Chris PeBenito 249d461f23 initial global booleans and tunables support. also fix index
building, as it was being rebuilt for every module, rather then
once after all modules are loaded.
2005-07-08 21:02:59 +00:00

9 lines
160 B
HTML

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