aboutsummaryrefslogtreecommitdiff
path: root/security/yama
AgeCommit message (Expand)AuthorFilesLines
2016-05-26Yama: fix double-spinlock and user access in atomic contextGravatar Jann Horn 1-6/+63
2016-05-04Yama: use atomic allocations when reportingGravatar Sasha Levin 1-2/+2
2016-04-21Yama: consolidate error reportingGravatar Kees Cook 1-10/+21
2016-01-20security: let security modules use PTRACE_MODE_* with bitmasksGravatar Jann Horn 1-2/+2
2015-07-28Yama: remove needless CONFIG_SECURITY_YAMA_STACKEDGravatar Kees Cook 2-30/+11
2015-05-12LSM: Switch to lists of hooksGravatar Casey Schaufler 1-35/+15
2015-05-12LSM: Add security module hook list headsGravatar Casey Schaufler 1-5/+5
2015-05-12LSM: Split security.hGravatar Casey Schaufler 1-1/+1
2015-02-27security/yama: Remove unnecessary selects from Kconfig.Gravatar Stephen Smalley 1-2/+0
2015-02-27Yama: do not modify global sysctl table entryGravatar Kees Cook 1-8/+5
2013-03-26yama: Better permission check for ptracemeGravatar Eric W. Biederman 1-3/+1
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-3/+9
2012-11-20Yama: remove locking from delete pathGravatar Kees Cook 1-7/+42
2012-11-20Yama: add RCU to drop read lockingGravatar Kees Cook 1-23/+24
2012-11-20userns: Kill task_user_nsGravatar Eric W. Biederman 1-3/+9
2012-09-28Merge tag 'v3.6-rc7' into nextGravatar James Morris 1-8/+2
2012-09-08Yama: handle 32-bit userspace prctlGravatar Kees Cook 1-1/+1
2012-09-05security: allow Yama to be unconditionally stackedGravatar Kees Cook 2-4/+18
2012-08-17Yama: access task_struct->comm directlyGravatar Kees Cook 1-8/+2
2012-08-10Yama: higher restrictions should block PTRACE_TRACEMEGravatar Kees Cook 1-0/+41
2012-05-15Yama: replace capable() with ns_capable()Gravatar Kees Cook 1-2/+2
2012-04-23Yama: remove an unused variableGravatar Dan Carpenter 1-1/+0
2012-04-19Yama: add additional ptrace scopesGravatar Kees Cook 1-11/+51
2012-02-16Yama: add PR_SET_PTRACER_ANYGravatar Kees Cook 1-2/+6
2012-02-10security: Yama LSMGravatar Kees Cook 3-0/+335