Files
SecGen/modules/services/unix/database/mysql/secgen_metadata.xml
2016-06-09 00:03:04 +01:00

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>