File: example_hkd_config.xml

package info (click to toggle)
kiwi 10.2.36-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 7,664 kB
  • sloc: python: 69,179; sh: 4,228; xml: 3,383; ansic: 391; makefile: 353
file content (34 lines) | stat: -rw-r--r-- 1,300 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>

<image schemaversion="8.4" name="test-containers">
    <description type="system">
        <author>Some</author>
        <contact>some@example.com</contact>
        <specification>
            Test containers section used in the buildservice
        </specification>
    </description>
    <preferences>
        <version>1.1.1</version>
        <packagemanager>zypper</packagemanager>
        <type image="oem" filesystem="xfs">
            <bootloader name="zipl" timeout="10">
                <securelinux hkd_sign_cert="some1-signing.crt" hkd_ca_cert="some-ca.crt">
                    <hkd_cert name="some1-host.crt"/>
                    <hkd_cert name="some2-host.crt"/>
                    <hkd_revocation_list name="some1-revocation.crl"/>
                </securelinux>
                <securelinux hkd_sign_cert="some2-signing.crt" hkd_ca_cert="some-ca.crt">
                    <hkd_cert name="some3-host.crt"/>
                    <hkd_revocation_list name="some2-revocation.crl"/>
                </securelinux>
            </bootloader>
        </type>
    </preferences>
    <repository>
        <source path="obs://some/repo/oss"/>
    </repository>
    <packages type="bootstrap">
        <package name="filesystem"/>
    </packages>
</image>