1. 6dd9158 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  2. 4eb0f4a smack: call WARN_ONCE() instead of calling audit_log_start() by Richard Guy Briggs · 11 years ago
  3. 4482a44 Smack: File receive audit correction by Casey Schaufler · 11 years ago
  4. 24ea1b6 Smack: Rationalize mount restrictions by Casey Schaufler · 11 years ago
  5. 4afde48 Smack: change rule cap check by Casey Schaufler · 11 years ago
  6. 00f84f3 Smack: Make the syslog control configurable by Casey Schaufler · 11 years ago
  7. 19760ad Smack: Prevent the * and @ labels from being used in SMACK64EXEC by Casey Schaufler · 11 years ago
  8. 398ce07 smack: fix: allow either entry be missing on access/access2 check (v2) by Jarkko Sakkinen · 11 years ago
  9. b5dfd80 Smack: Ptrace access check mode by Casey Schaufler · 11 years ago
  10. c0ab6e5 Smack: Implement lock security mode by Casey Schaufler · 11 years ago
  11. 11c7b03 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  12. 7320336 Merge branch 'smack-for-3.12' of git://git.gitorious.org/smack-next/kernel into ra-next by James Morris · 11 years ago
  13. 10289b0 Smack: parse multiple rules per write to load2, up to PAGE_SIZE-1 bytes by Rafal Krypa · 11 years ago
  14. 6ea0624 Smack: IPv6 casting error fix for 3.11 by Casey Schaufler · 11 years ago
  15. 677264e Smack: network label match fix by Casey Schaufler · 11 years ago
  16. 4d7cf4a security: smack: add a hash table to quicken smk_find_entry() by Tomasz Stanislawski · 11 years ago
  17. 470043b security: smack: fix memleak in smk_write_rules_list() by Tomasz Stanislawski · 11 years ago
  18. 9548906 xattr: Constify ->name member of "struct xattr". by Tetsuo Handa · 11 years ago
  19. be0c5d8 Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  20. 746df9b Security: Add Hook to test if the particular xattr is part of a MAC model. by David Quigley · 11 years ago
  21. 0fcfee6 Smack: Fix the bug smackcipso can't set CIPSO correctly by Passion,Zhao · 11 years ago
  22. 8cd77a0 Smack: Fix possible NULL pointer dereference at smk_netlbl_mls() by Tetsuo Handa · 11 years ago
  23. e830b39 Smack: Add smkfstransmute mount option by Casey Schaufler · 11 years ago
  24. 2f823ff Smack: Improve access check performance by Casey Schaufler · 11 years ago
  25. c673944 Smack: Local IPv6 port based controls by Casey Schaufler · 11 years ago
  26. 958d2c2 Smack: include magic.h in smackfs.c by Casey Schaufler · 11 years ago
  27. cdb56b6 Fix NULL pointer dereference in smack_inode_unlink() and smack_inode_rmdir() by Igor Zhbanov · 11 years ago
  28. e05b6f9 Smack: add support for modification of existing rules by Rafal Krypa · 11 years ago
  29. cee7e44 smack: SMACK_MAGIC to include/uapi/linux/magic.h by Jarkko Sakkinen · 12 years ago
  30. a87d79a Smack: add missing support for transmute bit in smack_str_from_perm() by Rafal Krypa · 12 years ago
  31. d15d9fad Smack: prevent revoke-subject from failing when unseen label is written to it by Rafal Krypa · 12 years ago
  32. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  33. 2a74dbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  34. e930723 Smack: create a sysfs mount point for smackfs by Casey Schaufler · 12 years ago
  35. 111fe8b Smack: use select not depends in Kconfig by Casey Schaufler · 12 years ago
  36. 808d4e3 consitify do_mount() arguments by Al Viro · 12 years ago
  37. 46a2f3b Smack: setprocattr memory leak fix by Casey Schaufler · 12 years ago
  38. 449543b Smack: implement revoking all rules for a subject label by Rafal Krypa · 12 years ago
  39. c00bedb Smack: remove task_wait() hook. by Casey Schaufler · 12 years ago
  40. 3b9fc37 smack: off by one error by Alan Cox · 12 years ago
  41. 65ee7f4 Smack: don't show empty rules when /smack/load or /smack/load2 is read by Rafal Krypa · 12 years ago
  42. 3518721 Smack: user access check bounds by Casey Schaufler · 12 years ago
  43. 1880eff Smack: onlycap limits on CAP_MAC_ADMIN by Casey Schaufler · 12 years ago
  44. eb982cb Smack: fix smack_new_inode bogosities by Casey Schaufler · 12 years ago
  45. e546785 split ->file_mmap() into ->mmap_addr()/->mmap_file() by Al Viro · 12 years ago
  46. d007794 split cap_mmap_addr() out of cap_file_mmap() by Al Viro · 12 years ago
  47. ff2bb04 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 12 years ago
  48. f7112e6 Smack: allow for significantly longer Smack labels v4 by Casey Schaufler · 12 years ago
  49. ceffec55 gfp flags for security_inode_alloc()? by Tetsuo Handa · 12 years ago
  50. 2267b13 Smack: recursive tramsmute by Casey Schaufler · 12 years ago
  51. 86812bb Smack: move label list initialization by Casey Schaufler · 12 years ago
  52. 923e9a1 Smack: build when CONFIG_AUDIT not defined by Kees Cook · 12 years ago
  53. 50c205f LSM: do not initialize common_audit_data to 0 by Eric Paris · 12 years ago
  54. 83d4985 SELinux: rename dentry_open to file_open by Eric Paris · 12 years ago
  55. b61c37f lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit_data' by Linus Torvalds · 12 years ago
  56. 48c62af LSM: shrink the common_audit_data data union by Eric Paris · 12 years ago
  57. 3b3b0e4 LSM: shrink sizeof LSM specific portion of common_audit_data by Eric Paris · 12 years ago
  58. 4040153 security: trim security.h by Al Viro · 12 years ago
  59. d8c9584 vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb by Al Viro · 13 years ago
  60. 4080956 Smack: smackfs cipso seq read repair by Casey Schaufler · 13 years ago
  61. 0e94ae1 Smack: allow to access /smack/access as normal user by Jarkko Sakkinen · 13 years ago
  62. d86b2b6 Smack: fix: invalid length set for the result of /smack/access by Jarkko Sakkinen · 13 years ago
  63. 16014d8 Smack: compilation fix by Jarkko Sakkinen · 13 years ago
  64. f8859d9 Smack: fix for /smack/access output, use string instead of byte by Jarkko Sakkinen · 13 years ago
  65. 84088ba Smack: domain transition protections (v3) by Jarkko Sakkinen · 13 years ago
  66. 975d5e5 Smack: Provide information for UDS getsockopt(SO_PEERCRED) by Casey Schaufler · 13 years ago
  67. ce8a432 Smack: Clean up comments by Casey Schaufler · 13 years ago
  68. 531f1d4 Smack: Repair processing of fcntl by Casey Schaufler · 13 years ago
  69. 272cd7a Smack: Rule list lookup performance by Casey Schaufler · 13 years ago
  70. 828716c Smack: check permissions from user space (v2) by Jarkko Sakkinen · 13 years ago
  71. 82c21bf doc: Update the email address for Paul Moore in various source files by Paul Moore · 13 years ago
  72. e74f71e ->permission() sanitizing: don't pass flags to ->inode_permission() by Al Viro · 13 years ago
  73. b7b5755 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 13 years ago
  74. 92f4250 SMACK: smack_file_lock can use the struct path by Eric Paris · 13 years ago
  75. a269434 LSM: separate LSM_AUDIT_DATA_DENTRY from LSM_AUDIT_DATA_PATH by Eric Paris · 13 years ago
  76. f48b739 LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODE by Eric Paris · 13 years ago
  77. 1c99042 SECURITY: Move exec_permission RCU checks into security modules by Andi Kleen · 13 years ago
  78. 8c9e80e SECURITY: Move exec_permission RCU checks into security modules by Andi Kleen · 13 years ago
  79. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  80. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  81. 75a2563 Smack: correct final mmap check comparison by Casey Schaufler · 13 years ago
  82. db904aa security:smack: kill unused SMACK_LIST_MAX, MAY_ANY and MAY_ANYWRITE by Shan Wei · 13 years ago
  83. 0e0a070 Smack: correct behavior in the mmap hook by Casey Schaufler · 13 years ago
  84. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  85. 7898e1f Subject: [PATCH] Smack: mmap controls for library containment by Casey Schaufler · 13 years ago
  86. d2e7ad1 Merge branch 'master' into next by James Morris · 13 years ago
  87. 3610cda af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks. by David S. Miller · 13 years ago
  88. 5c6d112 Smack: Transmute labels on specified directories by Jarkko Sakkinen · 14 years ago
  89. 676dac4 This patch adds a new security attribute to Smack called by Casey Schaufler · 14 years ago
  90. b4e0d5f Smack: UDS revision by Casey Schaufler · 14 years ago
  91. 12b3052 capabilities/syslog: open code cap_syslog logic to fix build failure by Eric Paris · 14 years ago
  92. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  93. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  94. d5630b9 security: secid_to_secctx returns len when data is NULL by Eric Paris · 14 years ago
  95. b0ae198 security: remove unused parameter from security_task_setscheduler() by KOSAKI Motohiro · 14 years ago
  96. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  97. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  98. d09ca73 security: make LSMs explicitly mask off permissions by Eric Paris · 14 years ago
  99. af4f136 security: move LSM xattrnames to xattr.h by Mimi Zohar · 14 years ago
  100. 3e62cbb smack: opt_dentry is never null in in smack_d_instantiate() by Dan Carpenter · 14 years ago