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