1. e747b4a ptrace: Capture the ptracer's creds not PT_PTRACE_CAP by Eric W. Biederman · 7 years ago
  2. 21245b8 exec: Ensure mm->user_ns contains the execed files by Eric W. Biederman · 7 years ago
  3. 98f368e kernel: Add noaudit variant of ns_capable() by Tyler Hicks · 8 years ago
  4. 2813893 kernel: conditionally support non-root users, groups and capabilities by Iulia Manda · 9 years ago
  5. 7d8b6c6 CAPABILITIES: remove undefined caps from all processes by Eric Paris · 10 years ago
  6. 23adbe1 fs,userns: Change inode_capable to capable_wrt_inode_uidgid by Andy Lutomirski · 10 years ago
  7. a6c8c69 kernel/capability.c: code clean-up by Fabian Frederick · 10 years ago
  8. bea8031 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  9. f5645d3 capability: Use current logging styles by Joe Perches · 10 years ago
  10. ca24a23 audit: Simplify and correct audit_log_capset by Eric W. Biederman · 11 years ago
  11. 300893b Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  12. c7b96ac userns: Kill nsown_capable it makes the wrong thing easy by Eric W. Biederman · 11 years ago
  13. fd5e2aa xfs: ioctl check for capabilities in the current user namespace by Dwight Engen · 11 years ago
  14. 935d8aa Add file_ns_capable() helper function for open-time capability checking by Linus Torvalds · 11 years ago
  15. 65cc5a1 userns: Teach inode_capable to understand inodes whose uids map to other namespaces. by Eric W. Biederman · 12 years ago
  16. 1a48e2a userns: Replace the hard to write inode_userns with inode_capable. by Eric W. Biederman · 12 years ago
  17. 951880e Revert "capabitlies: ns_capable can use the cap helpers rather than lsm call" by Linus Torvalds · 12 years ago
  18. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 12 years ago
  19. f1c84da capabilities: remove task_ns_* functions by Eric Paris · 12 years ago
  20. d2a7009 capabitlies: ns_capable can use the cap helpers rather than lsm call by Eric Paris · 12 years ago
  21. 105ddf4 capabilities: style only - move capable below ns_capable by Eric Paris · 12 years ago
  22. 7b61d64 capabilites: introduce new has_ns_capabilities_noaudit by Eric Paris · 12 years ago
  23. 25e7570 capabilities: call has_ns_capability from has_capability by Eric Paris · 12 years ago
  24. 2920a84 capabilities: remove all _real_ interfaces by Eric Paris · 12 years ago
  25. b7e724d capabilities: reverse arguments to security_capable by Eric Paris · 12 years ago
  26. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  27. 12a5a26 Merge branch 'master' into next by James Morris · 13 years ago
  28. 47a150e Cache user_ns in struct cred by Serge E. Hallyn · 13 years ago
  29. 5163b58 capabilities: delete unused cap_set_full by Eric Paris · 13 years ago
  30. ffa8e59 capabilities: do not drop CAP_SETPCAP from the initial task by Eric Paris · 13 years ago
  31. 3263245 userns: make has_capability* into real functions by Serge E. Hallyn · 13 years ago
  32. 3486740 userns: security: make capabilities relative to the user namespace by Serge E. Hallyn · 13 years ago
  33. 6037b71 security: add cred argument to security_capable() by Chris Wright · 13 years ago
  34. 32bd7eb sched: Remove remaining USER_SCHED code by Li Zefan · 14 years ago
  35. 86fc80f capabilities: Use RCU to protect task lookup in sys_capget by Thomas Gleixner · 14 years ago
  36. b3a222e remove CONFIG_SECURITY_FILE_CAPABILITIES compile option by Serge E. Hallyn · 14 years ago
  37. c4a5af5 Silence the existing API for capability version compatibility check. by Andrew G. Morgan · 14 years ago
  38. 825332e capabilities: simplify bound checks for copy_from_user() by Arjan van de Ven · 15 years ago
  39. b290ebe [CVE-2009-0029] System call wrappers part 04 by Heiko Carstens · 15 years ago
  40. ac8cc0f Merge branch 'next' into for-linus by James Morris · 15 years ago
  41. 3699c53 CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3] by David Howells · 15 years ago
  42. 29881c4 Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]" by James Morris · 15 years ago
  43. 14eaddc CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2] by David Howells · 15 years ago
  44. 57f71a0 sanitize audit_log_capset() by Al Viro · 15 years ago
  45. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 15 years ago
  46. b6dff3e CRED: Separate task security context from task_struct by David Howells · 15 years ago
  47. 1cdcbec CRED: Neuter sys_capset() by David Howells · 15 years ago
  48. 637d32d Capabilities: BUG when an invalid capability is requested by Eric Paris · 16 years ago
  49. e68b75a0 When the capset syscall is used it is not possible for audit to record the by Eric Paris · 15 years ago
  50. 1f29fae file capabilities: add no_file_caps switch (v4) by Serge E. Hallyn · 15 years ago
  51. 5cd9c58 security: Fix setting of PF_SUPERPRIV by __capable() by David Howells · 16 years ago
  52. ab763c7 security: filesystem capabilities refactor kernel code by Andrew G. Morgan · 16 years ago
  53. 086f731 security: filesystem capabilities: fix fragile setuid fixup code by Andrew G. Morgan · 16 years ago
  54. ca05a99 capabilities: remain source compatible with 32-bit raw legacy capability support. by Andrew G. Morgan · 16 years ago
  55. e338d26 Add 64-bit capability support to the kernel by Andrew Morgan · 16 years ago
  56. 8990571 Uninline find_pid etc set of functions by Pavel Emelyanov · 17 years ago
  57. 228ebcb Uninline find_task_by_xxx set of functions by Pavel Emelyanov · 17 years ago
  58. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  59. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  60. 314f70f whitespace fixes: capability syscalls by Daniel Walker · 17 years ago
  61. 72c2d58 V3 file capabilities: alter behavior of cap_setpcap by Andrew Morgan · 17 years ago
  62. cbfee34 security/ cleanups by Adrian Bunk · 17 years ago
  63. 41487c6 [PATCH] pid: replace do/while_each_task_pid with do/while_each_pid_task by Eric W. Biederman · 17 years ago
  64. f400e19 [PATCH] pidspace: is_init() by Sukadev Bhattiprolu · 18 years ago
  65. 36c8b58 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct by Ingo Molnar · 18 years ago
  66. 12b5989 [PATCH] refactor capable() to one implementation, add __capable() helper by Chris Wright · 18 years ago
  67. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 18 years ago
  68. 207a7ba [PATCH] kernel/capability.c: add kerneldoc by Randy Dunlap · 19 years ago
  69. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago