summaryrefslogtreecommitdiffstats
path: root/security.py
Commit message (Collapse)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
| | | | | This patch also moves rootPassword into Users where it belongs and auth into Security where it belongs.
* Remove test mode.Chris Lumens2009-12-031-6/+3
| | | | | | | This is yet another way of running anaconda that gets extremely limited use, no testing, and no consideration during development to making sure it still works. Again, we need to stop pretending and get rid of modes that we don't support.
* 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
| | | | | | Add missing ':' to if statement in yuminstall.py Remove 'import os,string' from security.py Remove 'networkdevicecheck' from installclass.py
* 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
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-6/+12
| | | | | | Updated all *.py files to have a uniform GPL boilerplate. Expanded copyright year ranges and listed authors (if they were in the comment section) under the Red Hat Author(s) section.
* Use subprocess instead of our own code. Fix all calls to execWith* soChris Lumens2006-07-121-3/+4
| | | | | the command is no longer the first argument, since subprocess doesn't work that way. Remove unneeded /proc/e820info cruft. Remove iutil.rmrf.
* 2006-05-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-171-1/+1
| | | | | * security.py (Security.write): Safe for all !test mode * instdata.py (InstallData.write): Likewise.
* 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
| | | | * security.py (Security.write): log formatting fixes.
* 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
| | | | it instead (#121907)
* if selinux is disabled, then don't allow configuring it since we won'tJeremy Katz2004-03-301-1/+4
| | | | get file contexts
* quick hack for selinux support in kickstart, syntax may change before theJeremy Katz2004-03-171-2/+5
| | | | final release
* 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
screens. fix up firewall to not influence selinux, remember the option used