mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 03:38:01 +00:00
24 lines
734 B
XML
24 lines
734 B
XML
<?xml version="1.0"?>
|
|
|
|
<service xmlns="http://www.github/cliffe/SecGen/service"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.github/cliffe/SecGen/service">
|
|
<name>MySQL database</name>
|
|
<author>TODO</author>
|
|
<module_license>Apache v2</module_license>
|
|
<description>A secure instalation of MySQL</description>
|
|
|
|
<type>database</type>
|
|
<platform>linux</platform>
|
|
|
|
<!--optional details-->
|
|
<reference>https://www.mysql.com/</reference>
|
|
<software_name>mysql</software_name>
|
|
<software_license>GPL v2</software_license>
|
|
|
|
<!--Cannot co-exist with other MySQL installations-->
|
|
<conflict>
|
|
<software_name>mysql</software_name>
|
|
</conflict>
|
|
|
|
</service> |