1. 9d8dad7 Yama: higher restrictions should block PTRACE_TRACEME by Kees Cook · 12 years ago
  2. 8b3ec68 take security_mmap_file() outside of ->mmap_sem by Al Viro · 12 years ago
  3. e546785 split ->file_mmap() into ->mmap_addr()/->mmap_file() by Al Viro · 12 years ago
  4. d007794 split cap_mmap_addr() out of cap_file_mmap() by Al Viro · 12 years ago
  5. ff2bb04 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 12 years ago
  6. 259e5e6 Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs by Andy Lutomirski · 12 years ago
  7. 83d4985 SELinux: rename dentry_open to file_open by Eric Paris · 12 years ago
  8. 3556485 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  9. fbe74e3 security: struct security_operations kerneldoc fix by Javier Martinez Canillas · 12 years ago
  10. 4040153 security: trim security.h by Al Viro · 12 years ago
  11. 191c542 mm: collapse security_vm_enough_memory() variants into a single function by Al Viro · 12 years ago
  12. 1a2a4d0 security: create task_free security callback by Kees Cook · 13 years ago
  13. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  14. e7691a1 Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  15. 8fcc995 Merge branch 'next' into for-linus by James Morris · 13 years ago
  16. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  17. cdcf116 switch security_path_chmod() to struct path * by Al Viro · 13 years ago
  18. fd77846 security: remove the security_netlink_recv hook as it is equivalent to capable() by Eric Paris · 13 years ago
  19. 2920a84 capabilities: remove all _real_ interfaces by Eric Paris · 13 years ago
  20. c7eba4a capabilities: introduce security_capable_noaudit by Eric Paris · 13 years ago
  21. b7e724d capabilities: reverse arguments to security_capable by Eric Paris · 13 years ago
  22. 6a9de49 capabilities: remove the task from capable LSM hook entirely by Eric Paris · 13 years ago
  23. 04fc66e switch ->path_mknod() to umode_t by Al Viro · 13 years ago
  24. 4572bef switch ->path_mkdir() to umode_t by Al Viro · 13 years ago
  25. 52ef0c0 switch securityfs_create_file() to umode_t by Al Viro · 13 years ago
  26. 910f4ece switch security_path_chmod() to umode_t by Al Viro · 13 years ago
  27. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  28. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  29. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  30. 30e0532 security: Fix security_old_inode_init_security() when CONFIG_SECURITY is not set by Jan Kara · 13 years ago
  31. 114d6e9 security: update security_file_mmap() docs by Kees Cook · 13 years ago
  32. 1933ca8 include/linux/security.h: fix security_inode_init_security() arg by Andrew Morton · 13 years ago
  33. 11be0b3 security.h: fix misc typos/grammar errors in comments by Vsevolod Alekseev · 13 years ago
  34. 5dbe304 security: sparse fix: Move security_fixup_op to security.h by James Morris · 13 years ago
  35. fc9ff9b security: Fix a typo by rongqing.li@windriver.com · 13 years ago
  36. 1e39f38 evm: fix build problems by Mimi Zohar · 13 years ago
  37. e1c9b23 evm: building without EVM enabled fixes by Mimi Zohar · 13 years ago
  38. 5a2f3a0 Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into next by James Morris · 13 years ago
  39. eecdd35 ->permission() sanitizing: don't pass flags to exec_permission() by Al Viro · 13 years ago
  40. e74f71e ->permission() sanitizing: don't pass flags to ->inode_permission() by Al Viro · 13 years ago
  41. 9d8f13b security: new security_inode_init_security API adds function callback by Mimi Zohar · 13 years ago
  42. 8c9e80e SECURITY: Move exec_permission RCU checks into security modules by Andi Kleen · 13 years ago
  43. 3486740 userns: security: make capabilities relative to the user namespace by Serge E. Hallyn · 13 years ago
  44. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  45. 0f6e0e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  46. 420c1c5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  47. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  48. ff36fe2 LSM: Pass -o remount options to the LSM by Eric Paris · 13 years ago
  49. e33f770 xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const. by David S. Miller · 13 years ago
  50. 6037b71 security: add cred argument to security_capable() by Chris Wright · 13 years ago
  51. 1e6d767 time: Correct the *settime* parameters by Richard Cochran · 13 years ago
  52. 4916ca4 security: remove unused security_sysctl hook by Lucian Adrian Grijincu · 13 years ago
  53. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  54. d2e7ad1 Merge branch 'master' into next by James Morris · 14 years ago
  55. b4a45f5 Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin by Linus Torvalds · 14 years ago
  56. 31e6b01 fs: rcu-walk for path lookup by Nick Piggin · 14 years ago
  57. 3610cda af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks. by David S. Miller · 14 years ago
  58. ad9c2b0 security: Fix comment of security_key_permission by Tetsuo Handa · 14 years ago
  59. 12b3052 capabilities/syslog: open code cap_syslog logic to fix build failure by Eric Paris · 14 years ago
  60. d5630b9 security: secid_to_secctx returns len when data is NULL by Eric Paris · 14 years ago
  61. 2606fd1 secmark: make secmark object handling generic by Eric Paris · 14 years ago
  62. b0ae198 security: remove unused parameter from security_task_setscheduler() by KOSAKI Motohiro · 14 years ago
  63. b34d891 Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux by Linus Torvalds · 14 years ago
  64. 8c8946f Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  65. ea0d3ab LSM: Remove unused arguments from security_path_truncate(). by Tetsuo Handa · 14 years ago
  66. c4ec54b fsnotify: new fsnotify hooks and events types for access decisions by Eric Paris · 15 years ago
  67. 8fd00b4 rlimits: security, add task_struct to setrlimit by Jiri Slaby · 15 years ago
  68. 0ffbe26 Merge branch 'master' into next by James Morris · 14 years ago
  69. 05b9049 security: remove dead hook acct by Eric Paris · 14 years ago
  70. 3011a34 security: remove dead hook key_session_to_parent by Eric Paris · 14 years ago
  71. 6307f8f security: remove dead hook task_setgroups by Eric Paris · 14 years ago
  72. 06ad187 security: remove dead hook task_setgid by Eric Paris · 14 years ago
  73. 43ed8c3 security: remove dead hook task_setuid by Eric Paris · 14 years ago
  74. 0968d00 security: remove dead hook cred_commit by Eric Paris · 14 years ago
  75. 9d5ed77 security: remove dead hook inode_delete by Eric Paris · 14 years ago
  76. 91a9420 security: remove dead hook sb_post_pivotroot by Eric Paris · 14 years ago
  77. 3db2910 security: remove dead hook sb_post_addmount by Eric Paris · 14 years ago
  78. 82dab10 security: remove dead hook sb_post_remount by Eric Paris · 14 years ago
  79. 4b61d12 security: remove dead hook sb_umount_busy by Eric Paris · 14 years ago
  80. 231923b security: remove dead hook sb_umount_close by Eric Paris · 14 years ago
  81. 3536331 security: remove sb_check_sb hooks by Eric Paris · 14 years ago
  82. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  83. 189b3b1 Security: add static to security_ops and default_security_ops variable by wzt.wzt@gmail.com · 14 years ago
  84. 0023459 syslog: distinguish between /proc/kmsg and syscalls by Kees Cook · 14 years ago
  85. 2457552 Merge branch 'master' into next by James Morris · 15 years ago
  86. 0ed7318 LSM: Update comment on security_sock_rcv_skb by Tetsuo Handa · 15 years ago
  87. 6e14154 NOMMU: Optimise away the {dac_,}mmap_min_addr tests by David Howells · 15 years ago
  88. dd8dbf2 security: report the module name to security_module_request by Eric Paris · 15 years ago
  89. 8b8efb4 LSM: Add security_path_chroot(). by Tetsuo Handa · 15 years ago
  90. 89eda06 LSM: Add security_path_chmod() and security_path_chown(). by Tetsuo Handa · 15 years ago
  91. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  92. 1ee65e3 LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security context information. by David P. Quigley · 15 years ago
  93. be1d6a5 KEYS: Fix default security_session_to_parent() by David Howells · 15 years ago
  94. 945af7c KEYS: security_cred_alloc_blank() should return int under all circumstances by David Howells · 15 years ago
  95. ee18d64 KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] by David Howells · 15 years ago
  96. 2b980db lsm: Add hooks to the TUN driver by Paul Moore · 15 years ago
  97. f322abf security: update documentation for security_request_module by James Morris · 15 years ago
  98. 9188499 security: introducing security_request_module by Eric Paris · 15 years ago
  99. 47d439e security: define round_hint_to_min in !CONFIG_SECURITY by Eric Paris · 15 years ago
  100. a2551df Security/SELinux: seperate lsm specific mmap_min_addr by Eric Paris · 15 years ago