aboutsummaryrefslogtreecommitdiffstats
path: root/security/yama (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-03-28Yama: mark local symbols as staticJann Horn1-4/+4
2019-01-22Merge tag 'v5.0-rc3' into next-generalJames Morris1-1/+3
2019-01-16Yama: Check for pid death before checking ancestryKees Cook1-1/+3
2019-01-08Yama: Initialize as ordered LSMKees Cook1-1/+7
2018-02-06pids: introduce find_get_task_by_vpid() helperMike Rapoport1-8/+3
2017-05-18doc: ReSTify Yama.txtKees Cook1-1/+2
2017-03-06security: mark LSM hooks as __ro_after_initJames Morris1-1/+1
2017-01-19LSM: Add /sys/kernel/security/lsmCasey Schaufler1-1/+1
2016-12-05Yama: allow access for the current ptrace parentJosh Stone1-1/+15
2016-05-26Yama: 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-20security: let security modules use PTRACE_MODE_* with bitmasksJann Horn1-2/+2
2015-07-28Yama: remove needless CONFIG_SECURITY_YAMA_STACKEDKees Cook2-30/+11
2015-05-12LSM: Switch to lists of hooksCasey Schaufler1-35/+15
2015-05-12LSM: Add security module hook list headsCasey Schaufler1-5/+5
2015-05-12LSM: Split security.hCasey Schaufler1-1/+1
2015-02-27security/yama: Remove unnecessary selects from Kconfig.Stephen Smalley1-2/+0
2015-02-27Yama: 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/ebiederm/user-namespaceLinus Torvalds1-3/+9
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. Biederman1-3/+9
2012-09-28Merge tag 'v3.6-rc7' into nextJames Morris1-8/+2
2012-09-08Yama: handle 32-bit userspace prctlKees Cook1-1/+1
2012-09-05security: allow Yama to be unconditionally stackedKees Cook2-4/+18
2012-08-17Yama: access task_struct->comm directlyKees Cook1-8/+2
2012-08-10Yama: higher restrictions should block PTRACE_TRACEMEKees Cook1-0/+41
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 Cook1-11/+51
2012-02-16Yama: add PR_SET_PTRACER_ANYKees Cook1-2/+6
2012-02-10security: Yama LSMKees Cook3-0/+335