diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2013-04-09 10:24:30 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2013-04-09 10:24:30 +0100 |
commit | 2a917c513b917d0ceace4d4e937cc318d5c82d25 (patch) | |
tree | 865d9b282e16773185f746a11732a39d1400d27a | |
parent | 76156e8b7a8b7a31e30038819d0aa0d7ca5de197 (diff) | |
download | sos-2a917c513b917d0ceace4d4e937cc318d5c82d25.tar.gz |
Remove obsolete command from selinux plugin
The selinuxconfig command has not been shipped for years and does
not exist on modern SELinux using distributions.
-rw-r--r-- | sos/plugins/selinux.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sos/plugins/selinux.py b/sos/plugins/selinux.py index 0d3c6d3a..9c6601d7 100644 --- a/sos/plugins/selinux.py +++ b/sos/plugins/selinux.py @@ -21,7 +21,6 @@ class selinux(Plugin, RedHatPlugin): def setup(self): # sestatus is always collected in check_enabled() self.add_copy_spec("/etc/selinux") - self.add_cmd_output("/usr/bin/selinuxconfig") if self.get_option('fixfiles'): self.add_cmd_output("/sbin/fixfiles check") self.add_forbidden_path("/etc/selinux/targeted") |