commit | 3518721a8932b2a243f415c374aef020380efc9d | [log] [tgz] |
---|---|---|
author | Casey Schaufler <casey@schaufler-ca.com> | Mon Jun 18 19:01:36 2012 -0700 |
committer | Casey Schaufler <casey@schaufler-ca.com> | Fri Jul 13 15:49:24 2012 -0700 |
tree | f16a039687aaf395e6751b7a9edda85e83b52502 | |
parent | 1880eff77e7a7cb46c68fae7cfa33f72f0a6e70e [diff] |
Smack: user access check bounds Some of the bounds checking used on the /smack/access interface was lost when support for long labels was added. No kernel access checks are affected, however this is a case where /smack/access could be used incorrectly and fail to detect the error. This patch reintroduces the original checks. Targeted for git://git.gitorious.org/smack-next/kernel.git Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>