1. 3ccee46 constify security_path_{link,rename} by Al Viro · 8 years ago
  2. 8db0185 apparmor: remove useless checks for NULL ->mnt by Al Viro · 8 years ago
  3. d360775 constify security_path_{mkdir,mknod,symlink} by Al Viro · 8 years ago
  4. 989f74e constify security_path_{unlink,rmdir} by Al Viro · 8 years ago
  5. d6b49f7 apparmor: constify common_perm_...() by Al Viro · 8 years ago
  6. 3539aaf apparmor: constify aa_path_link() by Al Viro · 8 years ago
  7. 741aca7 apparmor: new helper - common_path_perm() by Al Viro · 8 years ago
  8. be01f9f constify chmod_common/security_path_chmod by Al Viro · 8 years ago
  9. 7fd25da constify chown_common/security_path_chown by Al Viro · 8 years ago
  10. 928e1eb apparmor_path_truncate(): path->mnt is never NULL by Al Viro · 8 years ago
  11. 81f4c50 constify security_path_truncate() by Al Viro · 8 years ago
  12. 2c7661f [apparmor] constify struct path * in a bunch of helpers by Al Viro · 8 years ago
  13. 083c129 apparmor: clarify CRYPTO dependency by Arnd Bergmann · 9 years ago
  14. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  15. 9c27847 kernel/params: constify struct kernel_param_ops uses by Luis R. Rodriguez · 9 years ago
  16. b1d9e6b LSM: Switch to lists of hooks by Casey Schaufler · 9 years ago
  17. e20b043 LSM: Add security module hook list heads by Casey Schaufler · 9 years ago
  18. 3c4ed7b LSM: Split security.h by Casey Schaufler · 9 years ago
  19. ce0b16d VFS: security/: d_inode() annotations by David Howells · 9 years ago
  20. c6f493d VFS: security/: d_backing_inode() annotations by David Howells · 9 years ago
  21. 3f7036a switch security_inode_getattr() to struct path * by Al Viro · 9 years ago
  22. 729b8a3 Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inode by David Howells · 9 years ago
  23. 7ac2856 Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sb by David Howells · 9 years ago
  24. 6a4c264 module: rename KERNEL_PARAM_FL_NOARG to avoid confusion by Jani Nikula · 10 years ago
  25. 1d4457f sched: move no_new_privs into new atomic flags by Kees Cook · 10 years ago
  26. 39f1f78 nick kvfree() from apparmor by Al Viro · 10 years ago
  27. 29707b2 security: replace strict_strto*() with kstrto*() by Jingoo Han · 10 years ago
  28. 78dc53c Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  29. 51775fe apparmor: remove the "task" arg from may_change_ptraced_domain() by Oleg Nesterov · 11 years ago
  30. 4a7fc30 apparmor: remove parent task info from audit logging by John Johansen · 11 years ago
  31. 61e3fb8 apparmor: remove tsk field from the apparmor_audit_struct by John Johansen · 11 years ago
  32. dd0c6e8 apparmor: fix capability to not use the current task, during reporting by John Johansen · 11 years ago
  33. ed2c7da apparmor: fix bad lock balance when introspecting policy by John Johansen · 11 years ago
  34. 5cb3e91 apparmor: fix memleak of the profile hash by John Johansen · 11 years ago
  35. 4cd4fc7 apparmor: fix suspicious RCU usage warning in policy.c/policy.h by John Johansen · 11 years ago
  36. 71ac7f6 apparmor: Use shash crypto API interface for profile hashes by Tyler Hicks · 11 years ago
  37. 11c7b03 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  38. 5265fc6 module/lsm: Have apparmor module parameters work with no args by Steven Rostedt · 11 years ago
  39. f8eb8a1 apparmor: add the ability to report a sha1 hash of loaded policy by John Johansen · 11 years ago
  40. 84f1f78 apparmor: export set of capabilities supported by the apparmor module by John Johansen · 11 years ago
  41. 29b3822 apparmor: add the profile introspection file to interface by John Johansen · 11 years ago
  42. 556d0be apparmor: add an optional profile attachment string for profiles by John Johansen · 11 years ago
  43. 0d259f0 apparmor: add interface files for profiles and namespaces by John Johansen · 11 years ago
  44. 0381650 apparmor: allow setting any profile into the unconfined state by John Johansen · 11 years ago
  45. 8651e1d6 apparmor: make free_profile available outside of policy.c by John Johansen · 11 years ago
  46. 742058b apparmor: rework namespace free path by John Johansen · 11 years ago
  47. fa2ac46 apparmor: update how unconfined is handled by John Johansen · 11 years ago
  48. 77b071b apparmor: change how profile replacement update is done by John Johansen · 11 years ago
  49. 01e2b67 apparmor: convert profile lists to RCU based locking by John Johansen · 11 years ago
  50. dd51c848 apparmor: provide base for multiple profiles to be replaced at once by John Johansen · 11 years ago
  51. 9d910a3 apparmor: add a features/policy dir to interface by John Johansen · 11 years ago
  52. c611616 apparmor: enable users to query whether apparmor is enabled by John Johansen · 11 years ago
  53. dfe4ac2 apparmor: remove minimum size check for vmalloc() by Tetsuo Handa · 11 years ago
  54. b5b3ee6 apparmor: no need to delay vfree() by Al Viro · 11 years ago
  55. 2654bfb apparmor: fix fully qualified name parsing by John Johansen · 11 years ago
  56. 3eea57c apparmor: fix setprocattr arg processing for onexec by John Johansen · 11 years ago
  57. 214beac apparmor: localize getting the security context to a few macros by John Johansen · 11 years ago
  58. 53fe8b9 apparmor: fix sparse warnings by John Johansen · 11 years ago
  59. 41d1b3e apparmor: Fix smatch warning in aa_remove_profiles by John Johansen · 11 years ago
  60. b492d50 apparmor: fix the audit type table by John Johansen · 11 years ago
  61. ed68630 apparmor: reserve and mask off the top 8 bits of the base field by John Johansen · 11 years ago
  62. 4da05cc apparmor: move the free_profile fn ahead of aa_alloc_profile by John Johansen · 11 years ago
  63. a498785 apparmor: remove sid from profiles by John Johansen · 11 years ago
  64. 180a6f5 apparmor: move perm defines into policy_unpack by John Johansen · 11 years ago
  65. 8e4ff10 apparmor: misc cleanup of match by John Johansen · 11 years ago
  66. cf47aed apparmor: relax the restrictions on setting rlimits by John Johansen · 11 years ago
  67. 4b7c331 apparmor: remove "permipc" command by John Johansen · 11 years ago
  68. 7a2871b apparmor: use common fn to clear task_context for domain transitions by John Johansen · 11 years ago
  69. 0ca554b apparmor: add kvzalloc to handle zeroing for kvmalloc by John Johansen · 11 years ago
  70. 3cfcc19 apparmor: add utility function to get an arbitrary tasks profile. by John Johansen · 11 years ago
  71. e573cc3 apparmor: fix error code to failure message mapping for name lookup by John Johansen · 11 years ago
  72. 50c5ecd5 apparmor: refactor profile mode macros by John Johansen · 11 years ago
  73. 0426623 apparmor: Remove -W1 warnings by John Johansen · 11 years ago
  74. 17322cc apparmor: fix auditing of domain transition failures due to incomplete policy by John Johansen · 11 years ago
  75. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  76. 2e680dd apparmor: fix IRQ stack overflow during free_profile by John Johansen · 12 years ago
  77. 43c422e apparmor: fix apparmor OOPS in audit_log_untrustedstring+0x1c/0x40 by John Johansen · 12 years ago
  78. 8a1ab31 UAPI: (Scripted) Disintegrate include/asm-generic by David Howells · 12 years ago
  79. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  80. d2b31ca userns: Teach security_path_chown to take kuids and kgids by Eric W. Biederman · 12 years ago
  81. 2db8145 userns: Convert apparmor to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  82. ec2e1ed AppArmor: remove af_names.h from .gitignore by Paul Bolle · 12 years ago
  83. e546785 split ->file_mmap() into ->mmap_addr()/->mmap_file() by Al Viro · 12 years ago
  84. d007794 split cap_mmap_addr() out of cap_file_mmap() by Al Viro · 12 years ago
  85. ff2bb04 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 12 years ago
  86. cffee16 apparmor: fix long path failure due to disconnected path by John Johansen · 12 years ago
  87. bf83208 apparmor: fix profile lookup for unconfined by John Johansen · 12 years ago
  88. c29bceb Fix execve behavior apparmor for PR_{GET,SET}_NO_NEW_PRIVS by John Johansen · 12 years ago
  89. 259e5e6 Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs by Andy Lutomirski · 12 years ago
  90. 50c205f LSM: do not initialize common_audit_data to 0 by Eric Paris · 12 years ago
  91. 0972c74 apparmor: move task from common_audit_data to apparmor_audit_data by Eric Paris · 12 years ago
  92. bd5e50f LSM: remove the COMMON_AUDIT_DATA_INIT type expansion by Eric Paris · 12 years ago
  93. 83d4985 SELinux: rename dentry_open to file_open by Eric Paris · 12 years ago
  94. b61c37f lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit_data' by Linus Torvalds · 12 years ago
  95. 3b3b0e4 LSM: shrink sizeof LSM specific portion of common_audit_data by Eric Paris · 12 years ago
  96. 0421ea9 apparmor: Fix change_onexec when called from a confined task by John Johansen · 12 years ago
  97. 7e57014 AppArmor: Fix location of const qualifier on generated string tables by Tetsuo Handa · 12 years ago
  98. 2d4cee7 AppArmor: add const qualifiers to string arrays by Jan Engelhardt · 12 years ago
  99. ad5ff3d AppArmor: Add ability to load extended policy by John Johansen · 12 years ago
  100. 57fa1e1 AppArmor: Move path failure information into aa_get_name and rename by John Johansen · 12 years ago