commit | cdbd2884df8ad026143bb482a96d38e616947b17 | [log] [tgz] |
---|---|---|
author | John Johansen <john.johansen@canonical.com> | Thu Feb 16 07:06:41 2012 -0800 |
committer | John Johansen <john.johansen@canonical.com> | Mon Feb 27 11:38:20 2012 -0800 |
tree | 5a6490419450ee4fe7ae08c1fb57526f8e7c3cc3 | |
parent | d384b0a1a35f87f0ad70c29518f98f922b1c15cb [diff] |
AppArmor: Add mising end of structure test to caps unpacking The unpacking of struct capsx is missing a check for the end of the caps structure. This can lead to unpack failures depending on what else is packed into the policy file being unpacked. Signed-off-by: John Johansen <john.johansen@canonical.com> Acked-by: Kees Cook <kees@ubuntu.com>