1. e546785 split ->file_mmap() into ->mmap_addr()/->mmap_file() by Al Viro · 12 years ago
  2. d007794 split cap_mmap_addr() out of cap_file_mmap() by Al Viro · 12 years ago
  3. ff2bb04 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 12 years ago
  4. cffee16 apparmor: fix long path failure due to disconnected path by John Johansen · 12 years ago
  5. bf83208 apparmor: fix profile lookup for unconfined by John Johansen · 12 years ago
  6. c29bceb Fix execve behavior apparmor for PR_{GET,SET}_NO_NEW_PRIVS by John Johansen · 12 years ago
  7. 259e5e6 Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs by Andy Lutomirski · 12 years ago
  8. 50c205f LSM: do not initialize common_audit_data to 0 by Eric Paris · 12 years ago
  9. 0972c74 apparmor: move task from common_audit_data to apparmor_audit_data by Eric Paris · 12 years ago
  10. bd5e50f LSM: remove the COMMON_AUDIT_DATA_INIT type expansion by Eric Paris · 12 years ago
  11. 83d4985 SELinux: rename dentry_open to file_open by Eric Paris · 12 years ago
  12. b61c37f lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit_data' by Linus Torvalds · 12 years ago
  13. 3b3b0e4 LSM: shrink sizeof LSM specific portion of common_audit_data by Eric Paris · 12 years ago
  14. 0421ea9 apparmor: Fix change_onexec when called from a confined task by John Johansen · 12 years ago
  15. 7e57014 AppArmor: Fix location of const qualifier on generated string tables by Tetsuo Handa · 12 years ago
  16. 2d4cee7 AppArmor: add const qualifiers to string arrays by Jan Engelhardt · 12 years ago
  17. ad5ff3d AppArmor: Add ability to load extended policy by John Johansen · 12 years ago
  18. 57fa1e1 AppArmor: Move path failure information into aa_get_name and rename by John Johansen · 12 years ago
  19. 0fe1212 AppArmor: Update dfa matching routines. by John Johansen · 12 years ago
  20. 3372b68 AppArmor: Minor cleanup of d_namespace_path to consolidate error handling by John Johansen · 12 years ago
  21. fbba8d8 AppArmor: Retrieve the dentry_path for error reporting when path lookup fails by John Johansen · 12 years ago
  22. 33e521a AppArmor: Add const qualifiers to generated string tables by John Johansen · 12 years ago
  23. b1b4bc2 AppArmor: Fix oops in policy unpack auditing by John Johansen · 12 years ago
  24. ef9a762 AppArmor: Fix error returned when a path lookup is disconnected by John Johansen · 12 years ago
  25. 28042fa AppArmor: Fix the error case for chroot relative path name lookup by John Johansen · 12 years ago
  26. 38305a4 AppArmor: fix mapping of META_READ to audit and quiet flags by John Johansen · 12 years ago
  27. 8b964ea AppArmor: Fix underflow in xindex calculation by John Johansen · 12 years ago
  28. ade3ddc AppArmor: Fix dropping of allowed operations that are force audited by John Johansen · 12 years ago
  29. cdbd288 AppArmor: Add mising end of structure test to caps unpacking by John Johansen · 12 years ago
  30. d384b0a AppArmor: export known rlimit names/value mappings in securityfs by Kees Cook · 12 years ago
  31. a9bf8e9 AppArmor: add "file" details to securityfs by Kees Cook · 12 years ago
  32. e74abcf AppArmor: add initial "features" directory to securityfs by Kees Cook · 12 years ago
  33. 9acd494 AppArmor: refactor securityfs to use structures by Kees Cook · 12 years ago
  34. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 12 years ago
  35. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  36. e7691a1 Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 12 years ago
  37. 8fcc995 Merge branch 'next' into for-linus by James Morris · 12 years ago
  38. cdcf116 switch security_path_chmod() to struct path * by Al Viro · 13 years ago
  39. 6a9de49 capabilities: remove the task from capable LSM hook entirely by Eric Paris · 12 years ago
  40. 04fc66e switch ->path_mknod() to umode_t by Al Viro · 13 years ago
  41. 4572bef switch ->path_mkdir() to umode_t by Al Viro · 13 years ago
  42. 52ef0c0 switch securityfs_create_file() to umode_t by Al Viro · 13 years ago
  43. 910f4ece switch security_path_chmod() to umode_t by Al Viro · 13 years ago
  44. e407699 btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason... by Al Viro · 13 years ago
  45. b8aa09f apparmor: fix module parameter handling by Rusty Russell · 13 years ago
  46. 2053c47 apparmor: add missing rcu_dereference() by Kees Cook · 13 years ago
  47. 02125a8 fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API by Al Viro · 13 years ago
  48. cc7db09 apparmor: sparse fix: include procattr.h in procattr.c by James Morris · 13 years ago
  49. 7ee9585 apparmor: sparse fix: rename shadowed variables in policy_unpack.c by James Morris · 13 years ago
  50. 32c3df6 apparmor: sparse fix: add apparmor.h to lib.c by James Morris · 13 years ago
  51. 33f8bf5 apparmor: sparse fix: include ipc.h by James Morris · 13 years ago
  52. 3417d8d apparmor: sparse fix: make aa_create_aafs static by James Morris · 13 years ago
  53. 95b6886 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  54. 8209f53 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
  55. 25e75df AppArmor: Fix masking of capabilities in complain mode by John Johansen · 13 years ago
  56. 04fdc09 AppArmor: Fix reference to rcu protected pointer outside of rcu_read_lock by John Johansen · 13 years ago
  57. 06d9847 ptrace: s/tracehook_tracer_task()/ptrace_parent()/ by Tejun Heo · 13 years ago
  58. b7f080c net: remove mm.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  59. 1780f2d AppArmor: Fix sleep in invalid context from task_setrlimit by John Johansen · 13 years ago
  60. a5b2c5b AppArmor: fix oops in apparmor_setprocattr by Kees Cook · 13 years ago
  61. d410fa4 Create Documentation/security/, by Randy Dunlap · 13 years ago
  62. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  63. 3486740 userns: security: make capabilities relative to the user namespace by Serge E. Hallyn · 13 years ago
  64. c151694 Merge branch 'security-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev into next by James Morris · 13 years ago
  65. 1936113 AppArmor: kill unused macros in lsm.c by Shan Wei · 13 years ago
  66. 0f82502 AppArmor: cleanup generated files correctly by Michal Hocko · 13 years ago
  67. 4fdef21 AppArmor: Cleanup make file to remove cruft and make it easier to read by John Johansen · 13 years ago
  68. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  69. 57cc721 headers: kobject.h redux by Alexey Dobriyan · 13 years ago
  70. 37721e1 headers: path.h redux by Alexey Dobriyan · 13 years ago
  71. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  72. a26d279 APPARMOR: Fix memory leak of apparmor_init() by wzt.wzt@gmail.com · 14 years ago
  73. 246c3fb APPARMOR: Fix memory leak of alloc_namespace() by wzt.wzt@gmail.com · 14 years ago
  74. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  75. be14824 fs: take dcache_lock inside __d_path by Christoph Hellwig · 14 years ago
  76. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  77. 3ed02ad AppArmor: Ensure the size of the copy is < the buffer allocated to hold it by John Johansen · 14 years ago
  78. 4b04a7c .gitignore: ignore apparmor/rlim_names.h by Yong Zhang · 14 years ago
  79. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  80. 999b4f0 AppArmor: Fix locking from removal of profile namespace by John Johansen · 14 years ago
  81. 04ccd53 AppArmor: Fix splitting an fqname into separate namespace and profile names by John Johansen · 14 years ago
  82. 3a2dc83 AppArmor: Fix security_task_setrlimit logic for 2.6.36 changes by John Johansen · 14 years ago
  83. e819ff5 AppArmor: Drop hack to remove appended " (deleted)" string by John Johansen · 14 years ago
  84. 145c3ae46 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  85. 44672e4 apparmor: use task path helpers by Nick Piggin · 14 years ago
  86. 7cb4dc9 AppArmor: fix task_setrlimit prototype by Jiri Slaby · 14 years ago
  87. 101d6c8 AppArmor: update for module_param_named API change by Stephen Rothwell · 14 years ago
  88. 06c22da apparmor: depends on NET by Randy Dunlap · 14 years ago
  89. 77c80e6 AppArmor: fix build warnings for non-const use of get_task_cred by James Morris · 14 years ago
  90. 016d825 AppArmor: Enable configuring and building of the AppArmor security module by John Johansen · 14 years ago
  91. 4d6ec10 AppArmor: update path_truncate method to latest version by James Morris · 14 years ago
  92. c88d4c7 AppArmor: core policy routines by John Johansen · 14 years ago
  93. 736ec752 AppArmor: policy routines for loading and unpacking policy by John Johansen · 14 years ago
  94. 0ed3b28 AppArmor: mediation of non file objects by John Johansen · 14 years ago
  95. b5e95b4 AppArmor: LSM interface, and security module initialization by John Johansen · 14 years ago
  96. 898127c AppArmor: functions for domain transitions by John Johansen · 14 years ago
  97. 6380bd8 AppArmor: file enforcement routines by John Johansen · 14 years ago
  98. 63e2b42 AppArmor: userspace interfaces by John Johansen · 14 years ago
  99. e06f75a AppArmor: dfa match engine by John Johansen · 14 years ago
  100. c75afcd AppArmor: contexts used in attaching policy to system objects by John Johansen · 14 years ago