commit | 338d0be437ef10e247a35aed83dbab182cf406a2 | [log] [tgz] |
---|---|---|
author | John Johansen <john.johansen@canonical.com> | Thu Jun 07 00:45:30 2018 -0700 |
committer | John Johansen <john.johansen@canonical.com> | Thu Jun 07 01:51:02 2018 -0700 |
tree | a35737ad4aff38dbb6f9b228ee1999fb8b51b894 | |
parent | 3ddae9876a7045a8d08ab372eff232a5da5199b8 [diff] |
apparmor: fix ptrace read check The ptrace read check is incorrect resulting in policy that is broader than it needs to be. Fix the check so that read access permission can be properly detected when other ptrace flags are set. Fixes: b2d09ae449ce ("apparmor: move ptrace checks to using labels") Signed-off-by: John Johansen <john.johansen@canonical.com>