commit | 2cc8a71641b4460783ea3bd7a3476043fdf85397 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Mon May 14 10:19:28 2012 -0700 |
committer | James Morris <james.l.morris@oracle.com> | Tue May 15 10:27:57 2012 +1000 |
tree | fe8a39bbedc403306c3a0c2f773a4499d6ae99ec | |
parent | 77b513dda90fd99bd1225410b25e745b74779c1c [diff] |
Yama: replace capable() with ns_capable() When checking capabilities, the question we want to be asking is "does current() have the capability in the child's namespace?" Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: James Morris <james.l.morris@oracle.com>