summaryrefslogtreecommitdiffstats
path: root/ipapython/platform
Commit message (Collapse)AuthorAgeFilesLines
* Add support for systemd environments and use it to support Fedora 16Alexander Bokovoy2011-10-134-56/+336
| | | | https://fedorahosted.org/freeipa/ticket/1192
* The return value of restorecon is not reliable, ignore it.Rob Crittenden2011-09-201-3/+7
| | | | https://fedorahosted.org/freeipa/ticket/1816
* Introduce platform-specific adaptation for services used by FreeIPA.Alexander Bokovoy2011-09-133-0/+349
Refactor FreeIPA code to allow abstracting all calls to external processes and dependencies on modification of system-wide configuration. A platform provider would give its own implementation of those methods and FreeIPA would use it based on what's built in packaging process. https://fedorahosted.org/freeipa/ticket/1605