]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - security/commoncap.c
exec: Remove LSM_UNSAFE_PTRACE_CAP
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 23 Jan 2017 04:26:31 +0000 (17:26 +1300)
committerEric W. Biederman <ebiederm@xmission.com>
Mon, 23 Jan 2017 23:03:08 +0000 (12:03 +1300)
commit9227dd2a84a765fcfef1677ff17de0958b192eda
tree8dc953fa3145922b6db30c8ebf9f34ff018bde5b
parent20523132ec5d1b481e1d66557292ed3a3021e817
exec: Remove LSM_UNSAFE_PTRACE_CAP

With previous changes every location that tests for
LSM_UNSAFE_PTRACE_CAP also tests for LSM_UNSAFE_PTRACE making the
LSM_UNSAFE_PTRACE_CAP redundant, so remove it.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
fs/exec.c
include/linux/security.h
security/apparmor/domain.c
security/commoncap.c
security/selinux/hooks.c
security/smack/smack_lsm.c