diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-01-28 01:42:37 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-01-28 01:42:37 +0000 |
commit | 9e876755b1029fd3b5c64db6887866aaade98c45 (patch) | |
tree | f97bca16ab858898954a2071a6706fec865076d0 /anaconda | |
parent | d72d72971f32dc1a12eb6f517981c36181681842 (diff) | |
download | anaconda-9e876755b1029fd3b5c64db6887866aaade98c45.tar.gz anaconda-9e876755b1029fd3b5c64db6887866aaade98c45.tar.xz anaconda-9e876755b1029fd3b5c64db6887866aaade98c45.zip |
well, might as well log it
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -574,7 +574,7 @@ if flags.setupFilesystems: try: isys.mount("/selinux", "/selinux", fstype="selinuxfs") except: - pass + log("Unable to mount selinuxfs") if os.access("/selinux/load", os.W_OK): dup_log("Loading selinux policy...") args = ["/usr/sbin/load_policy", |