commit | b5dfd8075bc26636d11c3d8888940198afbf5112 | [log] [tgz] |
---|---|---|
author | Casey Schaufler <casey@schaufler-ca.com> | Tue Oct 22 11:47:45 2013 -0700 |
committer | Casey Schaufler <casey@schaufler-ca.com> | Mon Oct 28 10:23:36 2013 -0700 |
tree | 65c10996178b210a5d7223489cf8d5332bc9c273 | |
parent | c0ab6e56dcb7ca9903d460247cb464e769ae6e77 [diff] |
Smack: Ptrace access check mode When the ptrace security hooks were split the addition of a mode parameter was not taken advantage of in the Smack ptrace access check. This changes the access check from always looking for read and write access to using the passed mode. This will make use of /proc much happier. Targeted for git://git.gitorious.org/smack-next/kernel.git Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>