summaryrefslogtreecommitdiff
path: root/op-mode-definitions/install-mok.xml.in
blob: ab8e5d3dba7995703a9c4f025232fd72a9cf3817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<interfaceDefinition>
  <node name="install">
    <children>
      <leafNode name="mok">
        <properties>
          <help>Install Secure Boot MOK (Machine Owner Key)</help>
        </properties>
        <command>${vyos_op_scripts_dir}/install_mok.sh</command>
      </leafNode>
    </children>
  </node>
</interfaceDefinition>