Bug 309801

Summary: kiwi: don't enable all services by default
Product: [openSUSE] openSUSE.org Reporter: Jan-Christoph Bornschlegel <jcborn>
Component: System ImagingAssignee: Marcus Schaefer <ms>
Status: RESOLVED FIXED QA Contact: Adrian Schröter <adrian.schroeter>
Severity: Enhancement    
Priority: P5 - None CC: marko.schugardt
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Jan-Christoph Bornschlegel 2007-09-12 10:16:50 UTC
In current solution services are enabled after installation which is a security problem (especially when passwords are simple, empty or match the username).

Some work was done in KIWIManager.pm to use rpm noscript and extract the postinstall scripts.

Current workaround is calling suseRemoveService <xyz> in config.sh
Comment 1 Marcus Schaefer 2007-09-13 11:59:17 UTC
could you attach the work you have done so far ?
Thanks
Comment 2 Marcus Schaefer 2007-09-17 07:37:39 UTC
*** Bug 299602 has been marked as a duplicate of this bug. ***
Comment 3 Marcus Schaefer 2007-10-01 09:22:48 UTC
v1.65 will provide a function named

   suseActivateDefaultServices

this function calls the postin scripts and activates the default services
according to the postin data.

==> currently available in svn only... packages will follow soon