Created attachment 682699 [details] Patch to remove all "Fedora" Description of problem: The Security Guide has a sprinkling of "Fedora" through the guide. We want to try to make sure that the guides are easily changeable to other products through the entity file. Version-Release number of selected component (if applicable): 18.0.1
Created attachment 682723 [details] Replaced "Feodra" with "&PRODUCT"
QA failed. - Publican entities are referenced with &ENTITY; so it should be "&PRODUCT;" - Not all replacements make sense. In some cases keeping "Fedora" hard-coded is more correct: - Author_Group.xml, Lines 42 and 51 (author affiliations will not change if this guide is reused for another product) - Basic_Hardening.xml, Line 32 (the '16's only make sense in a Fedora context), Line 41 (the '9' only makes sense in a Fedora context) - Book_Info.xml, Lines 7,10,13 (I think Publican has problems with entities in the *_Info.xml files. It makes sense to leave 'Fedora' in this file anyway, since any reuse will necessarily involve editing this file) - Encryption.xml, Line 21 (the '9' only makes sense in a Fedora context) - Exploits.xml, Line 35 (the '12' only makes sense in a Fedora context) - Firewall.xml, Line 621 (the '12' only makes sense in a Fedora context) - LUKSDiskEncryption.xml, Lines 13,61 (the '9' only makes sense in a Fedora context) - Nmap.xml, Line 11 (the '10' only makes sense in a Fedora context) - Revision_History.xml - revert all references back to 'Fedora' - SSO_Overview.xml, Line 67 (the '5.2' only makes sense in a Fedora context) - Secure_Installation.xml, Line 28 (the '9' only makes sense in a Fedora context) Unrelated observation: Kerberos.xml, Line 331: the < and > saround 'version-number' should be removed. DocBook's <replaceable> tag pair will properly format the file name.
Created attachment 687521 [details] Patch to replace *some* of the 'Fedora's with &PRODUCT;
There are two missing ; on line 32 of Security_Updates.xml. Add those and you can consider QA passed!
This has been fixed.