Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use subprocess instead of our own code. Fix all calls to execWith* so | Chris Lumens | 2006-07-12 | 1 | -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 Katz | 2006-05-17 | 1 | -1/+1 |
| | | | | | * security.py (Security.write): Safe for all !test mode * instdata.py (InstallData.write): Likewise. | ||||
* | Use pykickstart SELinux constants for consistency (#172356). | Chris Lumens | 2005-11-03 | 1 | -10/+7 |
| | |||||
* | 2005-09-13 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-09-13 | 1 | -3/+3 |
| | | | | * security.py (Security.write): log formatting fixes. | ||||
* | Use new logging system. | Chris Lumens | 2005-08-12 | 1 | -7/+8 |
| | |||||
* | don't fail if we get some bizarre value for selinux stuff, just disable | Jeremy Katz | 2004-04-29 | 1 | -1/+2 |
| | | | | it instead (#121907) | ||||
* | if selinux is disabled, then don't allow configuring it since we won't | Jeremy Katz | 2004-03-30 | 1 | -1/+4 |
| | | | | get file contexts | ||||
* | quick hack for selinux support in kickstart, syntax may change before the | Jeremy Katz | 2004-03-17 | 1 | -2/+5 |
| | | | | final release | ||||
* | I suck | Jeremy Katz | 2004-03-17 | 1 | -0/+1 |
| | |||||
* | fix state | Bill Nottingham | 2004-03-17 | 1 | -1/+1 |
| | |||||
* | make selinux stuff part of a separate object, set up in instdata, pass to | Jeremy Katz | 2004-03-17 | 1 | -0/+66 |
screens. fix up firewall to not influence selinux, remember the option used |