diff options
author | Bill Nottingham <notting@redhat.com> | 2004-03-17 00:29:20 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-03-17 00:29:20 +0000 |
commit | 12f87511375268be53f15d4f2d6a2772c94556f2 (patch) | |
tree | 99f829427f720eb897b6eca20c77dbd3a17c486b /security.py | |
parent | db088d266188ada8bfc48f9e974042fc032d8b3b (diff) | |
download | anaconda-12f87511375268be53f15d4f2d6a2772c94556f2.tar.gz anaconda-12f87511375268be53f15d4f2d6a2772c94556f2.tar.xz anaconda-12f87511375268be53f15d4f2d6a2772c94556f2.zip |
fix state
Diffstat (limited to 'security.py')
-rw-r--r-- | security.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security.py b/security.py index 79d74dd67..715da47ab 100644 --- a/security.py +++ b/security.py @@ -23,7 +23,7 @@ SEL_PERMISSIVE = 1 SEL_ENFORCING = 2 selinux_states = { SEL_DISABLED: "disabled", - SEL_ENFORCING: "enforced", + SEL_ENFORCING: "enforcing", SEL_PERMISSIVE: "permissive" } class Security: |