fedora-selinux / setroubleshoot

Abandoned, use https://gitlab.com/setroubleshoot
https://gitlab.com/setroubleshoot
9 stars 12 forks source link

setroubleshoot: Ensure that dbus string param isn't null #27

Closed dperpeet closed 8 years ago

dperpeet commented 8 years ago

An alert's level can be None, but DBUS doesn't allow that for string parameters.

Just using str() here isn't what we want, since str(None) is 'None'

bachradsusi commented 8 years ago

Merged. Thanks!

https://github.com/fedora-selinux/setroubleshoot/commit/a1d303150b341d6cfdc1f7d36c38004cee01fdb7