summaryrefslogtreecommitdiffstats
path: root/security.py
Commit message (Collapse)AuthorAgeFilesLines
* 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