commit | 36447456e1cca853188505f2a964dbbeacfc7a7a | [log] [tgz] |
---|---|---|
author | Mike Rapoport <rppt@linux.vnet.ibm.com> | Wed Jan 17 20:27:11 2018 +0200 |
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | Thu Jan 18 16:52:49 2018 -0500 |
tree | 8adc810107a7f9b6943aff2d693fd15e54ddc96f | |
parent | a2a2c3c8580a9158bca61221648fd6d5c98c443a [diff] |
ima/policy: fix parsing of fsuuid The switch to uuid_t invereted the logic of verfication that &entry->fsuuid is zero during parsing of "fsuuid=" rule. Instead of making sure the &entry->fsuuid field is not attempted to be overwritten, we bail out for perfectly correct rule. Fixes: 787d8c530af7 ("ima/policy: switch to use uuid_t") Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Cc: stable@vger.kernel.org Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>