1. 55b3a0c Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  2. d6d80cb Smack: Base support for overlayfs by Casey Schaufler · 7 years ago
  3. 57e7ba0 lsm: fix smack_inode_removexattr and xattr_getsecurity memleak by Casey Schaufler · 7 years ago
  4. 35b372b smack: Remove redundant pdeath_signal clearing by Kees Cook · 8 years ago
  5. ccbb6e1 smack: Refactor to remove bprm_secureexec hook by Kees Cook · 8 years ago
  6. ddb4a14 exec: Rename bprm->cred_prepared to called_set_creds by Kees Cook · 8 years ago
  7. 51d59af Smack: Safer check for a socket in file_receive by Casey Schaufler · 8 years ago
  8. c3c8dc9 smack: fix double free in smack_parse_opts_str() by Tetsuo Handa · 8 years ago
  9. ca97d93 security: mark LSM hooks as __ro_after_init by James Morris · 8 years ago
  10. f1ef09f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  11. a2a1547 Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 8 years ago
  12. 710584b Merge branch 'smack-for-4.11' of git://github.com/cschaufler/smack-next into next by James Morris · 8 years ago
  13. 9227dd2 exec: Remove LSM_UNSAFE_PTRACE_CAP by Eric W. Biederman · 8 years ago
  14. d69dece5 LSM: Add /sys/kernel/security/lsm by Casey Schaufler · 8 years ago
  15. 3a2f5a5 security,selinux,smack: kill security_task_wait hook by Stephen Smalley · 8 years ago
  16. 83a1e53 Smack: ignore private inode for file functions by Seung-Woo Kim · 8 years ago
  17. 805b65a Smack: fix d_instantiate logic for sockfs and pipefs by Rafal Krypa · 8 years ago
  18. c9d238a SMACK: Use smk_tskacc() instead of smk_access() for proper logging by Himanshu Shukla · 8 years ago
  19. 348dc28 Smack: Traverse the smack_known_list using list_for_each_entry_rcu macro by Vishal Goel · 8 years ago
  20. 3d4f673 SMACK: Free the i_security blob in inode using RCU by Himanshu Shukla · 8 years ago
  21. d54a197 SMACK: Delete list_head repeated initialization by Himanshu Shukla · 8 years ago
  22. 0c96d1f Smack: Fix the issue of wrong SMACK label update in socket bind fail case by Vishal Goel · 8 years ago
  23. 9d44c97 Smack: Fix the issue of permission denied error in ipv6 hook by Vishal Goel · 8 years ago
  24. 3c7ce34 SMACK: Add the rcu synchronization mechanism in ipv6 hooks by Vishal Goel · 8 years ago
  25. b21507e proc,security: move restriction on writing /proc/pid/attr nodes to proc by Stephen Smalley · 8 years ago
  26. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  27. 4506309 don't open-code file_inode() by Al Viro · 8 years ago
  28. 152f91d Smack: Remove unnecessary smack_known_invalid by Casey Schaufler · 8 years ago
  29. 8c15d66 Smack: Use GFP_KERNEL for smack_parse_opts_str(). by Tetsuo Handa · 8 years ago
  30. 2e4939f Smack: ipv6 label match fix by Casey Schaufler · 8 years ago
  31. b437aba SMACK: Fix the memory leak in smack_cred_prepare() hook by Himanshu Shukla · 8 years ago
  32. 7128ea1 SMACK: Do not apply star label in smack_setprocattr hook by Himanshu Shukla · 8 years ago
  33. 2097f59 smack: parse mnt opts after privileges check by Himanshu Shukla · 8 years ago
  34. 08382c9 Smack: Assign smack_known_web label for kernel thread's by jooseong lee · 8 years ago
  35. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  36. 5d6c319 xattr: Add __vfs_{get,set,remove}xattr helpers by Andreas Gruenbacher · 8 years ago
  37. c60b906 Smack: Signal delivery as an append operation by Casey Schaufler · 8 years ago
  38. 7a1e8b8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  39. c632809 Merge branch 'smack-for-4.8' of https://github.com/cschaufler/smack-next into next by James Morris · 9 years ago
  40. d011a4d Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 9 years ago
  41. a04e71f netlabel: Pass a family parameter to netlbl_skbuff_err(). by Huw Davies · 9 years ago
  42. 809c02e Smack: Handle labels consistently in untrusted mounts by Seth Forshee · 9 years ago
  43. 9f50eda Smack: Add support for unprivileged mounts from user namespaces by Seth Forshee · 9 years ago
  44. 18d872f Smack: ignore null signal in smack_task_kill by Rafal Krypa · 9 years ago
  45. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 9 years ago
  46. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 9 years ago
  47. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 9 years ago
  48. 8012495 smack: fix cache of access labels by José Bollo · 9 years ago
  49. 491a0b0 Smack: Remove pointless hooks by Casey Schaufler · 9 years ago
  50. 3dfb7d8 security: let security modules use PTRACE_MODE_* with bitmasks by Jann Horn · 9 years ago
  51. 5807fca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  52. aa98b94 Merge branch 'smack-for-4.5' of https://github.com/cschaufler/smack-next into next by James Morris · 9 years ago
  53. d6335d7 security: Make inode argument of inode_getsecid non-const by Andreas Gruenbacher · 9 years ago
  54. ea861dfd security: Make inode argument of inode_getsecurity non-const by Andreas Gruenbacher · 9 years ago
  55. 81bd0d5 Smack: type confusion in smak sendmsg() handler by Roman Kubiak · 9 years ago
  56. c4803c4 nfs: Move call to security_inode_listsecurity into nfs_listxattr by Andreas Gruenbacher · 9 years ago
  57. 79be093 Smack: File receive for sockets by Casey Schaufler · 9 years ago
  58. 38416e5 Smack: limited capability for changing process label by Zbigniew Jasinski · 9 years ago
  59. 8da4aba Smack: pipefs fix in smack_d_instantiate by Roman Kubiak · 9 years ago
  60. d21b7b0 Smack: Minor initialisation improvement by José Bollo · 9 years ago
  61. 8b549ef smack: smk_ipv6_port_list should be static by Geliang Tang · 9 years ago
  62. 3d04c92 Smack - Fix build error with bringup unconfigured by Casey Schaufler · 9 years ago
  63. 1eddfe8 Smack: Three symbols that should be static by Casey Schaufler · 9 years ago
  64. 21abb1e Smack: IPv6 host labeling by Casey Schaufler · 10 years ago
  65. 3bf2789 smack: allow mount opts setting over filesystems with binary mount data by Vivek Trivedi · 10 years ago
  66. e774ad6 smack: pass error code through pointers by Lukasz Pawelczyk · 10 years ago
  67. 9777582 Smack: ignore private inode for smack_file_receive by Seung-Woo Kim · 10 years ago
  68. b1d9e6b LSM: Switch to lists of hooks by Casey Schaufler · 10 years ago
  69. e20b043 LSM: Add security module hook list heads by Casey Schaufler · 10 years ago
  70. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  71. c6f493d VFS: security/: d_backing_inode() annotations by David Howells · 10 years ago
  72. d488d3a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  73. 3f7036a switch security_inode_getattr() to struct path * by Al Viro · 10 years ago
  74. bf4b2fe Smack: Allow an unconfined label in bringup mode by Casey Schaufler · 10 years ago
  75. 7fc5f36 Smack: getting the Smack security context of keys by José Bollo · 10 years ago
  76. 7412301 Smack: Assign smack_known_web as default smk_in label for kernel thread's socket by Marcin Lis · 10 years ago
  77. 8802565 Smack: Use d_is_positive() rather than testing dentry->d_inode by David Howells · 10 years ago
  78. 7f368ad Smack: secmark connections by Casey Schaufler · 10 years ago
  79. 6d1cff2 smack: fix possible use after frees in task_security() callers by Andrey Ryabinin · 10 years ago
  80. 138a868 smack: Add missing logging in bidirectional UDS connect check by Rafal Krypa · 10 years ago
  81. 69f287a Smack: secmark support for netfilter by Casey Schaufler · 10 years ago
  82. 5e7270a Smack: Rework file hooks by Casey Schaufler · 10 years ago
  83. 96be7b5 smack: Fix a bidirectional UDS connect check typo by Zbigniew Jasinski · 10 years ago
  84. 1d8c2326 smack: introduce a special case for tmpfs in smack_d_instantiate() by Łukasz Stelmach · 10 years ago
  85. 68390cc smack: fix logic in smack_inode_init_security function by Lukasz Pawelczyk · 10 years ago
  86. 1a28979 smack: miscellaneous small fixes in function comments by Lukasz Pawelczyk · 10 years ago
  87. 67e2c38 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  88. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  89. 1a5b472 Security: smack: replace kzalloc with kmem_cache for inode_smack by Rohit · 10 years ago
  90. 5e40d33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  91. e0b93ed security: make security_file_set_fowner, f_setown and __f_setown void return by Jeff Layton · 10 years ago
  92. 21c7eae Make Smack operate on smack_known struct where it still used char* by Lukasz Pawelczyk · 10 years ago
  93. d0175790 Fix a bidirectional UDS connect check typo by Lukasz Pawelczyk · 10 years ago
  94. e95ef49 Small fixes in comments describing function parameters by Lukasz Pawelczyk · 10 years ago
  95. d166c80 Smack: Bring-up access mode by Casey Schaufler · 10 years ago
  96. d83d2c2 Smack: Fix setting label on successful file open by Marcin Niesluchowski · 10 years ago
  97. da1b635 Smack: remove unneeded NULL-termination from securtity label by Konstantin Khlebnikov · 10 years ago
  98. b862e56 Smack: handle zero-length security labels without panic by Konstantin Khlebnikov · 10 years ago
  99. fd5c9d2 Smack: fix behavior of smack_inode_listsecurity by Konstantin Khlebnikov · 10 years ago
  100. 103ae67 Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 10 years ago