selinux-refpolicy/refpolicy/doc/templates/global_tun_list.html

9 lines
160 B
HTML
Raw Normal View History

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