commit | fbba8d89acea5d628d1d076b1d8962db438ff832 | [log] [tgz] |
---|---|---|
author | John Johansen <john.johansen@canonical.com> | Thu Feb 16 06:28:50 2012 -0800 |
committer | John Johansen <john.johansen@canonical.com> | Wed Mar 14 06:15:22 2012 -0700 |
tree | 1e3a27cb78369676de62f8587d84d281224df1ff | |
parent | 33e521acff709d275950ec5bf8dd577d873cd61e [diff] |
AppArmor: Retrieve the dentry_path for error reporting when path lookup fails When __d_path and d_absolute_path fail due to the name being outside of the current namespace no name is reported. Use dentry_path to provide some hint as to which file was being accessed. Signed-off-by: John Johansen <john.johansen@canonical.com> Acked-by: Kees Cook <kees@ubuntu.com>