1. 12a38b8 evm: prohibit userspace writing 'security.evm' HMAC value by Mimi Zohar · 12 years ago
  2. 23a5a7a selinux: correctly label /proc inodes in use before the policy is loaded by Paul Moore · 12 years ago
  3. 186ef23 SELinux: bigendian problems with filename trans rules by Eric Paris · 12 years ago
  4. a0f916d SELinux: Fix kernel BUG on empty security contexts. by Stephen Smalley · 12 years ago
  5. ef609ed SELinux: Fix memory leak upon loading policy by Tetsuo Handa · 13 years ago
  6. 9e74d93 SELinux: Fix possible NULL pointer dereference in selinux_inode_permission() by Steven Rostedt · 13 years ago
  7. 420cc6d selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_postroute() by Paul Moore · 13 years ago
  8. 73ec955 selinux: look for IPsec labels on both inbound and outbound packets by Paul Moore · 13 years ago
  9. 58c2314 selinux: selinux_setprocattr()->ptrace_parent() needs rcu_read_lock() by Oleg Nesterov · 13 years ago
  10. 351381d selinux: fix broken peer recv check by Chad Hanson · 13 years ago
  11. 2ea04e5 selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute() by Paul Moore · 13 years ago
  12. 1c5d9d1 selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output() by Paul Moore · 13 years ago
  13. 17af9d9 selinux: correct locking in selinux_netlbl_socket_connect) by Paul Moore · 13 years ago
  14. 7288f91 Revert "ima: policy for RAMFS" by Mimi Zohar · 13 years ago
  15. b647ebe key: Fix resource leak by Alan Cox · 14 years ago
  16. 8c97feb selinux: use GFP_ATOMIC under spin_lock by Dan Carpenter · 13 years ago
  17. 3126603 Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and security keys by Mathieu Desnoyers · 13 years ago
  18. 96ace77 keys: fix race with concurrent install_user_keyrings() by David Howells · 13 years ago
  19. 9c5f1b4 evm: checking if removexattr is not a NULL by Dmitry Kasatkin · 13 years ago
  20. 5564921 selinux: fix sel_netnode_insert() suspicious rcu dereference by Dave Jones · 14 years ago
  21. 7d0fcfe Yama: handle 32-bit userspace prctl by Kees Cook · 14 years ago
  22. 27cd8f5 posix_types.h: Cleanup stale __NFDBITS and related definitions by Josh Boyer · 14 years ago
  23. c3083d9 SELinux: if sel_make_bools errors don't leave inconsistent state by Eric Paris · 14 years ago
  24. 51b79be security: fix compile error in commoncap.c by Jonghwan Choi · 14 years ago
  25. d52fc5d fcaps: clear the same personality flags as suid when fcaps are used by Eric Paris · 14 years ago
  26. 86812bb Smack: move label list initialization by Casey Schaufler · 14 years ago
  27. 923e9a1 Smack: build when CONFIG_AUDIT not defined by Kees Cook · 14 years ago
  28. b61c37f lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit_data' by Linus Torvalds · 14 years ago
  29. 3f0882c SELinux: do not allocate stack space for AVC data unless needed by Eric Paris · 14 years ago
  30. f8294f1 SELinux: remove avd from slow_avc_audit() by Eric Paris · 14 years ago
  31. 7f6a47c SELinux: remove avd from selinux_audit_data by Eric Paris · 14 years ago
  32. 48c62af LSM: shrink the common_audit_data data union by Eric Paris · 14 years ago
  33. 3b3b0e4 LSM: shrink sizeof LSM specific portion of common_audit_data by Eric Paris · 14 years ago
  34. 8bb1f22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 14 years ago
  35. 2f99c36 get rid of pointless includes of ext2_fs.h by Al Viro · 14 years ago
  36. a1c2aa1 selinuxfs: merge dentry allocation into sel_make_dir() by Al Viro · 14 years ago
  37. cdb0f9a selinux: inline avc_audit() and avc_has_perm_noaudit() into caller by Linus Torvalds · 14 years ago
  38. a554bea selinux: don't inline slow-path code into avc_has_perm_noaudit() by Linus Torvalds · 14 years ago
  39. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  40. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 14 years ago
  41. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 14 years ago
  42. 0421ea9 apparmor: Fix change_onexec when called from a confined task by John Johansen · 14 years ago
  43. 778aae8 SELinux: selinux/xfrm.h needs net/flow.h by David Howells · 14 years ago
  44. 9d944ef usermodehelper: kill umh_wait, renumber UMH_* constants by Oleg Nesterov · 14 years ago
  45. 70834d3 usermodehelper: use UMH_WAIT_PROC consistently by Oleg Nesterov · 14 years ago
  46. f63d395 Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 14 years ago
  47. 48aab2f security: optimize avc_audit() common path by Linus Torvalds · 14 years ago
  48. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 14 years ago
  49. 3556485 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 14 years ago
  50. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 14 years ago
  51. 40ffe67 switch unix_sock to struct path by Al Viro · 14 years ago
  52. 0d9cabd Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 14 years ago
  53. c58e037 tomoyo: remove the second argument of k[un]map_atomic() by Cong Wang · 15 years ago
  54. 09f61cd Merge branch 'for-security' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor into next by James Morris · 14 years ago
  55. 7e57014 AppArmor: Fix location of const qualifier on generated string tables by Tetsuo Handa · 14 years ago
  56. 7d7473d TOMOYO: Return error if fails to delete a domain by Tetsuo Handa · 14 years ago
  57. b01d3fb Merge branch 'for-security' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor into next by James Morris · 14 years ago
  58. 2d4cee7 AppArmor: add const qualifiers to string arrays by Jan Engelhardt · 14 years ago
  59. ad5ff3d AppArmor: Add ability to load extended policy by John Johansen · 14 years ago
  60. 6041e83 TOMOYO: Return appropriate value to poll(). by Tetsuo Handa · 14 years ago
  61. 57fa1e1 AppArmor: Move path failure information into aa_get_name and rename by John Johansen · 14 years ago
  62. 0fe1212 AppArmor: Update dfa matching routines. by John Johansen · 14 years ago
  63. 3372b68 AppArmor: Minor cleanup of d_namespace_path to consolidate error handling by John Johansen · 14 years ago
  64. fbba8d8 AppArmor: Retrieve the dentry_path for error reporting when path lookup fails by John Johansen · 14 years ago
  65. 33e521a AppArmor: Add const qualifiers to generated string tables by John Johansen · 14 years ago
  66. b1b4bc2 AppArmor: Fix oops in policy unpack auditing by John Johansen · 14 years ago
  67. ef9a762 AppArmor: Fix error returned when a path lookup is disconnected by John Johansen · 14 years ago
  68. f67dabb KEYS: testing wrong bit for KEY_FLAG_REVOKED by Dan Carpenter · 14 years ago
  69. 59e6b9c Created a function for setting timeouts on keys by Bryan Schumaker · 14 years ago
  70. df91e49 TOMOYO: Fix mount flags checking order. by Tetsuo Handa · 14 years ago
  71. a69f158 security: fix ima kconfig warning by Randy Dunlap · 14 years ago
  72. 28042fa AppArmor: Fix the error case for chroot relative path name lookup by John Johansen · 14 years ago
  73. 38305a4 AppArmor: fix mapping of META_READ to audit and quiet flags by John Johansen · 14 years ago
  74. 8b964ea AppArmor: Fix underflow in xindex calculation by John Johansen · 14 years ago
  75. ade3ddc AppArmor: Fix dropping of allowed operations that are force audited by John Johansen · 14 years ago
  76. cdbd288 AppArmor: Add mising end of structure test to caps unpacking by John Johansen · 14 years ago
  77. d384b0a AppArmor: export known rlimit names/value mappings in securityfs by Kees Cook · 14 years ago
  78. a9bf8e9 AppArmor: add "file" details to securityfs by Kees Cook · 14 years ago
  79. e74abcf AppArmor: add initial "features" directory to securityfs by Kees Cook · 14 years ago
  80. 9acd494 AppArmor: refactor securityfs to use structures by Kees Cook · 14 years ago
  81. 1fd36ad Replace the fd_sets in struct fdtable with an array of unsigned longs by David Howells · 14 years ago
  82. b0d5de4 IMA: fix audit res field to indicate 1 for success and 0 for failure by Eric Paris · 14 years ago
  83. bf06189 Yama: add PR_SET_PTRACER_ANY by Kees Cook · 14 years ago
  84. 4040153 security: trim security.h by Al Viro · 14 years ago
  85. 191c542 mm: collapse security_vm_enough_memory() variants into a single function by Al Viro · 14 years ago
  86. 2d51448 security: Yama LSM by Kees Cook · 15 years ago
  87. 1a2a4d0 security: create task_free security callback by Kees Cook · 15 years ago
  88. 9e3ff38 Merge branch 'next-queue' into next by James Morris · 14 years ago
  89. 761b3ef cgroup: remove cgroup_subsys argument from callbacks by Li Zefan · 14 years ago
  90. 7908b3e Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  91. 4c2c392 ima: policy for RAMFS by Dmitry Kasatkin · 15 years ago
  92. f4a0391 ima: fix Kconfig dependencies by Fabio Estevam · 15 years ago
  93. f6b2457 keys: fix user_defined key sparse messages by Mimi Zohar · 14 years ago
  94. 3db59dd ima: fix cred sparse warning by Mimi Zohar · 14 years ago
  95. 700920e KEYS: Allow special keyrings to be cleared by David Howells · 14 years ago
  96. 9f6ed2c keys: add a "logon" key type by Jeff Layton · 14 years ago
  97. a25a2b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 14 years ago
  98. f429ee3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit by Linus Torvalds · 14 years ago
  99. f1be242 integrity: digital signature config option name change by Dmitry Kasatkin · 14 years ago
  100. 5e8898e lib: digital signature config option name change by Dmitry Kasatkin · 14 years ago