summaryrefslogtreecommitdiffstats
path: root/security.py
Commit message (Expand)AuthorAgeFilesLines
* Add a missing import (#565592).Chris Lumens2010-02-151-1/+1
* Move users and security to the Anaconda object.Chris Lumens2010-02-041-0/+14
* Remove test mode.Chris Lumens2009-12-031-6/+3
* When catching an OSError, handle it as an object instead of a tuple (#497374).Chris Lumens2009-04-231-4/+2
* Fix syntax error in yuminstall.py, fix pychecker warnings.David Cantrell2008-08-271-1/+0
* Don't pass None as stdout or stderr.Chris Lumens2008-03-281-2/+2
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-6/+12
* Use subprocess instead of our own code. Fix all calls to execWith* soChris Lumens2006-07-121-3/+4
* 2006-05-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-171-1/+1
* Use pykickstart SELinux constants for consistency (#172356).Chris Lumens2005-11-031-10/+7
* 2005-09-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-131-3/+3
* Use new logging system.Chris Lumens2005-08-121-7/+8
* don't fail if we get some bizarre value for selinux stuff, just disableJeremy Katz2004-04-291-1/+2
* if selinux is disabled, then don't allow configuring it since we won'tJeremy Katz2004-03-301-1/+4
* quick hack for selinux support in kickstart, syntax may change before theJeremy Katz2004-03-171-2/+5
* I suckJeremy Katz2004-03-171-0/+1
* fix stateBill Nottingham2004-03-171-1/+1
* make selinux stuff part of a separate object, set up in instdata, pass toJeremy Katz2004-03-171-0/+66