diff options
-rw-r--r-- | sos/plugins/general.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sos/plugins/general.py b/sos/plugins/general.py index 93f8688e..1e9f9edb 100644 --- a/sos/plugins/general.py +++ b/sos/plugins/general.py @@ -107,7 +107,6 @@ class UbuntuGeneral(DebianGeneral, UbuntuPlugin): super(UbuntuGeneral, self).setup() self.add_copy_specs([ "/etc/os-release", - "/var/log/ufw.log", "/var/log/apport.log", "/var/log/syslog", "/var/log/udev", @@ -121,4 +120,3 @@ class UbuntuGeneral(DebianGeneral, UbuntuPlugin): "/var/log/unattended-upgrades", "/var/log/upstart" ]) - self.add_cmd_output("/usr/sbin/ufw app list",root_symlink="ufw") |