commit | 954317fef2ee789af55f82903dbc574905250f7c | [log] [tgz] |
---|---|---|
author | Thomas Meyer <thomas@m3y3r.de> | Sat Oct 07 16:02:21 2017 +0200 |
committer | John Johansen <john.johansen@canonical.com> | Tue Nov 21 02:17:12 2017 -0800 |
tree | 70ced9c6a2a47e3cdb50e0abf878a994b21d019e | |
parent | 7bba39ae52c4d7b467d0a6f74cc067a561aac043 [diff] |
apparmor: Fix bool initialization/comparison Bool initializations should use true and false. Bool tests don't need comparisons. Signed-off-by: Thomas Meyer <thomas@m3y3r.de> Signed-off-by: John Johansen <john.johansen@canonical.com>