summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-01-23Yama: Check for pid death before checking ancestryKees Cook1-1/+3
2016-05-25Yama: fix double-spinlock and user access in atomic contextJann Horn1-6/+63
2016-05-04Yama: use atomic allocations when reportingSasha Levin1-2/+2
2016-04-21Yama: consolidate error reportingKees Cook1-10/+21
2016-01-21security: let security modules use PTRACE_MODE_* with bitmasksJann Horn2-7/+5
2015-07-28Yama: remove needless CONFIG_SECURITY_YAMA_STACKEDKees Cook8-52/+28
2015-05-12LSM: Switch to lists of hooksCasey Schaufler13-387/+627
2015-05-12LSM: Add security module hook list headsCasey Schaufler6-402/+626
2015-05-12LSM: Split security.hCasey Schaufler9-312/+365
2015-02-28security/yama: Remove unnecessary selects from Kconfig.Stephen Smalley1-2/+0
2015-02-28Yama: do not modify global sysctl table entryKees Cook1-8/+5
2013-03-26yama: Better permission check for ptracemeEric W. Biederman1-3/+1
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds59-451/+996
2012-11-20Yama: remove locking from delete pathKees Cook1-7/+42
2012-11-20Yama: add RCU to drop read lockingKees Cook1-23/+24
2012-11-20userns: Kill task_user_nsEric W. Biederman4-9/+25
2012-09-28Merge tag 'v3.6-rc7' into nextJames Morris1226-7967/+12337
2012-09-07Yama: handle 32-bit userspace prctlKees Cook1-1/+1
2012-09-05security: allow Yama to be unconditionally stackedKees Cook4-4/+70
2012-08-17Yama: access task_struct->comm directlyKees Cook1-8/+2
2012-08-10Yama: higher restrictions should block PTRACE_TRACEMEKees Cook3-9/+48
2012-05-15Yama: replace capable() with ns_capable()Kees Cook1-2/+2
2012-04-23Yama: remove an unused variableDan Carpenter1-1/+0
2012-04-19Yama: add additional ptrace scopesKees Cook2-12/+60
2012-02-15Yama: add PR_SET_PTRACER_ANYKees Cook3-3/+13
2012-02-09security: Yama LSMKees Cook8-0/+411