1. 6c21a7f LSM: imbed ima calls in the security hooks by Mimi Zohar · 15 years ago
  2. 8b8efb4 LSM: Add security_path_chroot(). by Tetsuo Handa · 15 years ago
  3. 89eda06 LSM: Add security_path_chmod() and security_path_chown(). by Tetsuo Handa · 15 years ago
  4. 1ee65e3 LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security context information. by David P. Quigley · 15 years ago
  5. ee18d64 KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] by David Howells · 15 years ago
  6. 2b980db lsm: Add hooks to the TUN driver by Paul Moore · 15 years ago
  7. 9188499 security: introducing security_request_module by Eric Paris · 15 years ago
  8. 9e48858 security: rename ptrace_may_access => ptrace_access_check by Ingo Molnar · 15 years ago
  9. e0a94c2 security: use mmap_min_addr indepedently of security models by Christoph Lameter · 15 years ago
  10. 800a964 CacheFiles: Export things for CacheFiles by David Howells · 15 years ago
  11. 8651d5c lsm: Remove the socket_post_accept() hook by Paul Moore · 15 years ago
  12. ac8cc0f Merge branch 'next' into for-linus by James Morris · 15 years ago
  13. 3699c53 CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3] by David Howells · 15 years ago
  14. 29881c4 Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]" by James Morris · 15 years ago
  15. 14eaddc CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2] by David Howells · 15 years ago
  16. be6d3e5 introduce new LSM hooks where vfsmount is available. by Kentaro Takeda · 15 years ago
  17. 12204e2 security: pass mount flags to security_sb_kern_mount() by James Morris · 15 years ago
  18. 200036c CRED: fix sparse warnings by Hannes Eder · 16 years ago
  19. 3a3b7ce CRED: Allow kernel services to override LSM settings for task actions by David Howells · 16 years ago
  20. a6f76f2 CRED: Make execve() take advantage of copy-on-write credentials by David Howells · 16 years ago
  21. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  22. 745ca24 CRED: Pass credentials through dentry_open() by David Howells · 16 years ago
  23. f1752ee CRED: Detach the credentials from task_struct by David Howells · 16 years ago
  24. 15a2460 CRED: Constify the kernel_cap_t arguments to the capset LSM hooks by David Howells · 16 years ago
  25. 1cdcbec CRED: Neuter sys_capset() by David Howells · 16 years ago
  26. 0611216 Add a new capable interface that will be used by systems that use audit to by Eric Paris · 16 years ago
  27. 731572d nfsd: fix vm overcommit crash by Alan Cox · 16 years ago
  28. 86d6889 Merge branch 'master' into next by James Morris · 16 years ago
  29. 3f23d81 security: add/fix security kernel-doc by Randy Dunlap · 16 years ago
  30. 5cd9c58 security: Fix setting of PF_SUPERPRIV by __capable() by David Howells · 16 years ago
  31. b1da47e [patch 3/4] fat: dont call notify_change by Miklos Szeredi · 16 years ago
  32. b77b064 [PATCH] pass MAY_OPEN to vfs_permission() explicitly by Al Viro · 16 years ago
  33. 6f0f0fd security: remove register_security hook by James Morris · 16 years ago
  34. 5915eb5 security: remove dummy module by Miklos Szeredi · 16 years ago
  35. b478a9f security: remove unused sb_get_mnt_opts hook by Miklos Szeredi · 16 years ago
  36. 2069f45 LSM/SELinux: show LSM mount options in /proc/mounts by Eric Paris · 16 years ago
  37. 65fc766 security: fix return of void-valued expressions by James Morris · 16 years ago
  38. 006ebb4 Security: split proc ptrace checking into read vs. attach by Stephen Smalley · 16 years ago
  39. 7bf570d Security: Make secctx_to_secid() take const secdata by David Howells · 16 years ago
  40. 70a5bb7 keys: add keyctl function to get a security label by David Howells · 16 years ago
  41. 8f0cfa5 xattr: add missing consts to function arguments by David Howells · 16 years ago
  42. 3898b1b capabilities: implement per-process securebits by Andrew G. Morgan · 16 years ago
  43. b5266eb [PATCH] switch a bunch of LSM hooks from nameidata to path by Al Viro · 16 years ago
  44. 3925e6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  45. 334d094 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26 by Linus Torvalds · 16 years ago
  46. 7cea51b security: fix up documentation for security_module_enable by James Morris · 16 years ago
  47. 076c54c Security: Introduce security= boot parameter by Ahmed S. Darwish · 16 years ago
  48. 03d37d2 LSM/Audit: Introduce generic Audit LSM hooks by Ahmed S. Darwish · 16 years ago
  49. 8a07619 LSM: Introduce inode_getsecid and ipc_getsecid hooks by Ahmed S. Darwish · 16 years ago
  50. dd6f953 security: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  51. 03e1ad7 LSM: Make the Labeled IPsec hooks more stack friendly by Paul Moore · 16 years ago
  52. e000752 LSM/SELinux: Interfaces to allow FS to control mount options by Eric Paris · 16 years ago
  53. a5ecbcb security: allow Kconfig to set default mmap_min_addr protection by Eric Paris · 16 years ago
  54. 4249259 VFS/Security: Rework inode_getsecurity and callers to return resulting buffer by David P. Quigley · 16 years ago
  55. 63cb344 security: add a secctx_to_secid() hook by David Howells · 16 years ago
  56. bced952 security: remove security_sb_post_mountroot hook by H. Peter Anvin · 16 years ago
  57. c9180a5 Security: add get, set, and cloning of superblock security information by Eric Paris · 17 years ago
  58. cbfee34 security/ cleanups by Adrian Bunk · 17 years ago
  59. b537677 Implement file posix capabilities by Serge E. Hallyn · 17 years ago
  60. 20510f2 security: Convert LSM into a static interface by James Morris · 17 years ago
  61. d4cf291 security: unexport mmap_min_addr by Adrian Bunk · 17 years ago
  62. ed03218 security: Protection for exploiting null dereference using mmap by Eric Paris · 17 years ago
  63. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  64. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  65. 12b5989 [PATCH] refactor capable() to one implementation, add __capable() helper by Chris Wright · 18 years ago
  66. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 18 years ago
  67. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago