1. 3d04c92 Smack - Fix build error with bringup unconfigured by Casey Schaufler · 9 years ago
  2. 41a2d57 Kernel threads excluded from smack checks by Roman Kubiak · 9 years ago
  3. 1eddfe8 Smack: Three symbols that should be static by Casey Schaufler · 9 years ago
  4. 21abb1e Smack: IPv6 host labeling by Casey Schaufler · 9 years ago
  5. ca70d27 sysfs: fix simple_return.cocci warnings by kbuild test robot · 9 years ago
  6. 3bf2789 smack: allow mount opts setting over filesystems with binary mount data by Vivek Trivedi · 9 years ago
  7. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  8. f9bb488 sysfs: Create mountpoints with sysfs_create_mount_point by Eric W. Biederman · 9 years ago
  9. 5430209 Smack: freeing an error pointer in smk_write_revoke_subj() by Dan Carpenter · 9 years ago
  10. c0d77c8 Smack: allow multiple labels in onlycap by Rafal Krypa · 9 years ago
  11. 01fa847 Smack: fix seq operations in smackfs by Rafal Krypa · 9 years ago
  12. e774ad6 smack: pass error code through pointers by Lukasz Pawelczyk · 9 years ago
  13. 9777582 Smack: ignore private inode for smack_file_receive by Seung-Woo Kim · 9 years ago
  14. b1d9e6b LSM: Switch to lists of hooks by Casey Schaufler · 9 years ago
  15. e20b043 LSM: Add security module hook list heads by Casey Schaufler · 9 years ago
  16. 3c4ed7b LSM: Split security.h by Casey Schaufler · 9 years ago
  17. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  18. ce0b16d VFS: security/: d_inode() annotations by David Howells · 9 years ago
  19. c6f493d VFS: security/: d_backing_inode() annotations by David Howells · 9 years ago
  20. d488d3a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  21. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  22. 39c853e Merge branch 'for-davem' into for-next by Al Viro · 9 years ago
  23. 3f7036a switch security_inode_getattr() to struct path * by Al Viro · 9 years ago
  24. 238e54c netfilter: Make nf_hookfn use nf_hook_state. by David S. Miller · 9 years ago
  25. f43b65b smack: Fix gcc warning from unused smack_syslog_lock mutex in smackfs.c by Paul Gortmaker · 9 years ago
  26. bf4b2fe Smack: Allow an unconfined label in bringup mode by Casey Schaufler · 9 years ago
  27. 7fc5f36 Smack: getting the Smack security context of keys by José Bollo · 9 years ago
  28. 7412301 Smack: Assign smack_known_web as default smk_in label for kernel thread's socket by Marcin Lis · 9 years ago
  29. 8802565 Smack: Use d_is_positive() rather than testing dentry->d_inode by David Howells · 9 years ago
  30. 7f368ad Smack: secmark connections by Casey Schaufler · 9 years ago
  31. 82b0b2c Smack: Repair netfilter dependency by Casey Schaufler · 9 years ago
  32. 6d1cff2 smack: fix possible use after frees in task_security() callers by Andrey Ryabinin · 9 years ago
  33. 138a868 smack: Add missing logging in bidirectional UDS connect check by Rafal Krypa · 9 years ago
  34. 69f287a Smack: secmark support for netfilter by Casey Schaufler · 10 years ago
  35. 5e7270a Smack: Rework file hooks by Casey Schaufler · 10 years ago
  36. 96be7b5 smack: Fix a bidirectional UDS connect check typo by Zbigniew Jasinski · 9 years ago
  37. 1d8c2326 smack: introduce a special case for tmpfs in smack_d_instantiate() by Łukasz Stelmach · 10 years ago
  38. 68390cc smack: fix logic in smack_inode_init_security function by Lukasz Pawelczyk · 10 years ago
  39. 1a28979 smack: miscellaneous small fixes in function comments by Lukasz Pawelczyk · 10 years ago
  40. 67e2c38 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  41. 5c1b662 security: smack: fix out-of-bounds access in smk_parse_smack() by Andrey Ryabinin · 10 years ago
  42. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  43. 1a5b472 Security: smack: replace kzalloc with kmem_cache for inode_smack by Rohit · 10 years ago
  44. 6c892df Smack: Lock mode for the floor and hat labels by Casey Schaufler · 10 years ago
  45. 5e40d33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  46. e0b93ed security: make security_file_set_fowner, f_setown and __f_setown void return by Jeff Layton · 10 years ago
  47. 21c7eae Make Smack operate on smack_known struct where it still used char* by Lukasz Pawelczyk · 10 years ago
  48. d0175790 Fix a bidirectional UDS connect check typo by Lukasz Pawelczyk · 10 years ago
  49. e95ef49 Small fixes in comments describing function parameters by Lukasz Pawelczyk · 10 years ago
  50. d166c80 Smack: Bring-up access mode by Casey Schaufler · 10 years ago
  51. d83d2c2 Smack: Fix setting label on successful file open by Marcin Niesluchowski · 10 years ago
  52. da1b635 Smack: remove unneeded NULL-termination from securtity label by Konstantin Khlebnikov · 10 years ago
  53. b862e56 Smack: handle zero-length security labels without panic by Konstantin Khlebnikov · 10 years ago
  54. fd5c9d2 Smack: fix behavior of smack_inode_listsecurity by Konstantin Khlebnikov · 10 years ago
  55. 103ae67 Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 10 years ago
  56. 4fbe63d netlabel: shorter names for the NetLabel catmap funcs/structs by Paul Moore · 10 years ago
  57. 4b8feff netlabel: fix the horribly broken catmap functions by Paul Moore · 10 years ago
  58. 41c3bd2 netlabel: fix a problem when setting bits below the previously lowest bit by Paul Moore · 10 years ago
  59. 2fd4e66 Merge branch 'smack-for-3.16' of git://git.gitorious.org/smack-next/kernel into next by James Morris · 10 years ago
  60. ec554fa Warning in scanf string typing by Toralf Förster · 10 years ago
  61. 36ea735 Smack: Label cgroup files for systemd by Casey Schaufler · 10 years ago
  62. a6834c0 Smack: Verify read access on file open - v3 by Casey Schaufler · 10 years ago
  63. 54e70ec Smack: bidirectional UDS connect check by Casey Schaufler · 10 years ago
  64. f59bdfb Smack: Correctly remove SMACK64TRANSMUTE attribute by Casey Schaufler · 10 years ago
  65. 9598f4c SMACK: Fix handling value==NULL in post setxattr by José Bollo · 10 years ago
  66. 5e9ab59 bugfix patch for SMACK by Pankaj Kumar · 11 years ago
  67. 6686781 Smack: adds smackfs/ptrace interface by Lukasz Pawelczyk · 10 years ago
  68. 5663884 Smack: unify all ptrace accesses in the smack by Lukasz Pawelczyk · 10 years ago
  69. 959e6c7 Smack: fix the subject/object order in smack_ptrace_traceme() by Lukasz Pawelczyk · 10 years ago
  70. 55dfc5d Minor improvement of 'smack_sb_kern_mount' by José Bollo · 10 years ago
  71. fffea21 smack: fix key permission verification by Dmitry Kasatkin · 10 years ago
  72. f589594 KEYS: Move the flags representing required permission to linux/key.h by David Howells · 10 years ago
  73. 6dd9158 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  74. 4eb0f4a smack: call WARN_ONCE() instead of calling audit_log_start() by Richard Guy Briggs · 11 years ago
  75. 4482a44 Smack: File receive audit correction by Casey Schaufler · 10 years ago
  76. 24ea1b6 Smack: Rationalize mount restrictions by Casey Schaufler · 10 years ago
  77. 4afde48 Smack: change rule cap check by Casey Schaufler · 11 years ago
  78. 00f84f3 Smack: Make the syslog control configurable by Casey Schaufler · 11 years ago
  79. 19760ad Smack: Prevent the * and @ labels from being used in SMACK64EXEC by Casey Schaufler · 11 years ago
  80. 398ce07 smack: fix: allow either entry be missing on access/access2 check (v2) by Jarkko Sakkinen · 11 years ago
  81. b5dfd80 Smack: Ptrace access check mode by Casey Schaufler · 11 years ago
  82. c0ab6e5 Smack: Implement lock security mode by Casey Schaufler · 11 years ago
  83. 11c7b03 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  84. 7320336 Merge branch 'smack-for-3.12' of git://git.gitorious.org/smack-next/kernel into ra-next by James Morris · 11 years ago
  85. 10289b0 Smack: parse multiple rules per write to load2, up to PAGE_SIZE-1 bytes by Rafal Krypa · 11 years ago
  86. 6ea0624 Smack: IPv6 casting error fix for 3.11 by Casey Schaufler · 11 years ago
  87. 677264e Smack: network label match fix by Casey Schaufler · 11 years ago
  88. 4d7cf4a security: smack: add a hash table to quicken smk_find_entry() by Tomasz Stanislawski · 11 years ago
  89. 470043b security: smack: fix memleak in smk_write_rules_list() by Tomasz Stanislawski · 11 years ago
  90. 9548906 xattr: Constify ->name member of "struct xattr". by Tetsuo Handa · 11 years ago
  91. be0c5d8 Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  92. 746df9b Security: Add Hook to test if the particular xattr is part of a MAC model. by David Quigley · 11 years ago
  93. 0fcfee6 Smack: Fix the bug smackcipso can't set CIPSO correctly by Passion,Zhao · 11 years ago
  94. 8cd77a0 Smack: Fix possible NULL pointer dereference at smk_netlbl_mls() by Tetsuo Handa · 11 years ago
  95. e830b39 Smack: Add smkfstransmute mount option by Casey Schaufler · 11 years ago
  96. 2f823ff Smack: Improve access check performance by Casey Schaufler · 11 years ago
  97. c673944 Smack: Local IPv6 port based controls by Casey Schaufler · 11 years ago
  98. 958d2c2 Smack: include magic.h in smackfs.c by Casey Schaufler · 11 years ago
  99. cdb56b6 Fix NULL pointer dereference in smack_inode_unlink() and smack_inode_rmdir() by Igor Zhbanov · 11 years ago
  100. e05b6f9 Smack: add support for modification of existing rules by Rafal Krypa · 11 years ago