1. d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
  2. 7cb4dc9 AppArmor: fix task_setrlimit prototype by Jiri Slaby · 14 years ago
  3. 26df076 Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  4. 12fdff3 Add a dummy printk function for the maintenance of unused printks by David Howells · 14 years ago
  5. 101d6c8 AppArmor: update for module_param_named API change by Stephen Rothwell · 14 years ago
  6. b34d891 Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux by Linus Torvalds · 14 years ago
  7. 8c8946f Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  8. cd816a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  9. a7a387c SELINUX: Fix build error. by Ralf Baechle · 14 years ago
  10. 1e456a1 KEYS: request_key() should return -ENOKEY if the constructed key is negative by David Howells · 14 years ago
  11. 06c22da apparmor: depends on NET by Randy Dunlap · 14 years ago
  12. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  13. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  14. 77c80e6 AppArmor: fix build warnings for non-const use of get_task_cred by James Morris · 14 years ago
  15. 6371dcd selinux: convert the policy type_attr_map to flex_array by Eric Paris · 14 years ago
  16. 016d825 AppArmor: Enable configuring and building of the AppArmor security module by John Johansen · 14 years ago
  17. 484ca79 TOMOYO: Use pathname specified by policy rather than execve() by Tetsuo Handa · 14 years ago
  18. 4d6ec10 AppArmor: update path_truncate method to latest version by James Morris · 14 years ago
  19. c88d4c7 AppArmor: core policy routines by John Johansen · 14 years ago
  20. 736ec752 AppArmor: policy routines for loading and unpacking policy by John Johansen · 14 years ago
  21. 0ed3b28 AppArmor: mediation of non file objects by John Johansen · 14 years ago
  22. b5e95b4 AppArmor: LSM interface, and security module initialization by John Johansen · 14 years ago
  23. f9ad1af AppArmor: Enable configuring and building of the AppArmor security module by John Johansen · 14 years ago
  24. 898127c AppArmor: functions for domain transitions by John Johansen · 14 years ago
  25. 6380bd8 AppArmor: file enforcement routines by John Johansen · 14 years ago
  26. 63e2b42 AppArmor: userspace interfaces by John Johansen · 14 years ago
  27. e06f75a AppArmor: dfa match engine by John Johansen · 14 years ago
  28. c75afcd AppArmor: contexts used in attaching policy to system objects by John Johansen · 14 years ago
  29. 67012e8 AppArmor: basic auditing infrastructure. by John Johansen · 14 years ago
  30. cdff264 AppArmor: misc. base functions and defines by John Johansen · 14 years ago
  31. e6f6a4c TOMOYO: Update version to 2.3.0 by Tetsuo Handa · 14 years ago
  32. 7e3d199 TOMOYO: Fix quota check. by Tetsuo Handa · 14 years ago
  33. b424485 SELinux: Move execmod to the common perms by Eric Paris · 14 years ago
  34. 49b7b8d selinux: place open in the common file perms by Eric Paris · 14 years ago
  35. b782e0a SELinux: special dontaudit for access checks by Eric Paris · 14 years ago
  36. d09ca73 security: make LSMs explicitly mask off permissions by Eric Paris · 14 years ago
  37. 692a8a2 SELinux: break ocontext reading into a separate function by Eric Paris · 14 years ago
  38. d1b4354 SELinux: move genfs read to a separate function by Eric Paris · 14 years ago
  39. 9a79827 selinux: fix error codes in symtab_init() by Dan Carpenter · 14 years ago
  40. 338437f selinux: fix error codes in cond_read_bool() by Dan Carpenter · 14 years ago
  41. 38184c5 selinux: fix error codes in cond_policydb_init() by Dan Carpenter · 14 years ago
  42. fc5c126 selinux: fix error codes in cond_read_node() by Dan Carpenter · 14 years ago
  43. 9d623b1 selinux: fix error codes in cond_read_av_list() by Dan Carpenter · 14 years ago
  44. 5241c10 selinux: propagate error codes in cond_read_list() by Dan Carpenter · 14 years ago
  45. 9e0bd4c selinux: cleanup return codes in avtab_read_item() by Dan Carpenter · 14 years ago
  46. dce3a3d Security: capability: code style issue by Chihau Chau · 14 years ago
  47. b8bc83a securityfs: Drop dentry reference count when mknod fails by Tvrtko Ursulin · 14 years ago
  48. 57a62c2 selinux: use generic_file_llseek by Arnd Bergmann · 14 years ago
  49. cdcd90f ima: use generic_file_llseek for securityfs by Arnd Bergmann · 14 years ago
  50. 7e2deb7 TOMOYO: Explicitly set file_operations->llseek pointer. by Tetsuo Handa · 14 years ago
  51. af4f136 security: move LSM xattrnames to xattr.h by Mimi Zohar · 14 years ago
  52. 5ad18a0 KEYS: Reinstate lost passing of process keyring ID in call_sbin_request_key() by Justin P. Mattock · 14 years ago
  53. 94fd840 KEYS: Use the variable 'key' in keyctl_describe_key() by David Howells · 14 years ago
  54. 0849e3b TOMOYO: Add missing poll() hook. by Tetsuo Handa · 14 years ago
  55. e2bf690 TOMOYO: Rename symbols. by Tetsuo Handa · 14 years ago
  56. 8e56868 TOMOYO: Small cleanup. by Tetsuo Handa · 14 years ago
  57. f23571e TOMOYO: Copy directly to userspace buffer. by Tetsuo Handa · 14 years ago
  58. 5db5a39 TOMOYO: Use common code for policy reading. by Tetsuo Handa · 14 years ago
  59. 063821c TOMOYO: Allow reading only execute permission. by Tetsuo Handa · 14 years ago
  60. 475e6fa TOMOYO: Change list iterator. by Tetsuo Handa · 14 years ago
  61. 5448ec4 TOMOYO: Use common code for domain transition control. by Tetsuo Handa · 14 years ago
  62. 0617c7f TOMOYO: Remove alias keyword. by Tetsuo Handa · 14 years ago
  63. 7c2ea22 TOMOYO: Merge path_group and number_group. by Tetsuo Handa · 14 years ago
  64. 31845e8 TOMOYO: Aggregate reader functions. by Tetsuo Handa · 14 years ago
  65. a230f9e TOMOYO: Use array of "struct list_head". by Tetsuo Handa · 14 years ago
  66. a98aa4d TOMOYO: Merge tomoyo_path_group and tomoyo_number_group by Tetsuo Handa · 14 years ago
  67. 5fb4987 selinux: Use current_security() when possible by Paul Moore · 14 years ago
  68. 253bfae selinux: Convert socket related access controls to use socket labels by Paul Moore · 14 years ago
  69. 84914b7 selinux: Shuffle the sk_security_struct alloc and free routines by Paul Moore · 14 years ago
  70. d4f2d97 selinux: Consolidate sockcreate_sid logic by Paul Moore · 14 years ago
  71. 4d1e245 selinux: Set the peer label correctly on connected UNIX domain sockets by Paul Moore · 14 years ago
  72. e79acf0 TOMOYO: Pass "struct list_head" rather than "void *". by Tetsuo Handa · 14 years ago
  73. 8fbe71f TOMOYO: Make read function to void. by Tetsuo Handa · 14 years ago
  74. cb917cf TOMOYO: Merge functions. by Tetsuo Handa · 14 years ago
  75. 71c2823 TOMOYO: Remove wrapper function for reading keyword. by Tetsuo Handa · 14 years ago
  76. d795ef9e TOMOYO: Loosen parameter check for mount operation. by Tetsuo Handa · 14 years ago
  77. 7509315 TOMOYO: Rename symbols. by Tetsuo Handa · 14 years ago
  78. 99a8525 TOMOYO: Use callback for permission check. by Tetsuo Handa · 14 years ago
  79. cf6e9a6 TOMOYO: Pass parameters via structure. by Tetsuo Handa · 14 years ago
  80. 05336de TOMOYO: Use common code for open and mkdir etc. by Tetsuo Handa · 14 years ago
  81. 9ee0c82 SELinux: seperate range transition rules to a seperate function by Eric Paris · 14 years ago
  82. d2f8b23 TOMOYO: Use common code for garbage collection. by Tetsuo Handa · 14 years ago
  83. 36f5e1f TOMOYO: Use callback for updating entries. by Tetsuo Handa · 14 years ago
  84. 82e0f00 TOMOYO: Use common structure for list element. by Tetsuo Handa · 14 years ago
  85. 237ab45 TOMOYO: Use callback for updating entries. by Tetsuo Handa · 14 years ago
  86. 927942a KEYS: Make /proc/keys check to see if a key is possessed before security check by David Howells · 14 years ago
  87. 9156235 KEYS: Authorise keyctl_set_timeout() on a key if we have its authorisation key by David Howells · 14 years ago
  88. 57c2590 TOMOYO: Update profile structure. by Tetsuo Handa · 14 years ago
  89. 1084307 TOMOYO: Add pathname aggregation support. by Tetsuo Handa · 14 years ago
  90. 3f62963 TOMOYO: Allow wildcard for execute permission. by Tetsuo Handa · 14 years ago
  91. c8c57e8 TOMOYO: Support longer pathname. by Tetsuo Handa · 14 years ago
  92. 9b24437 TOMOYO: Several fixes for TOMOYO's management programs. by Tetsuo Handa · 14 years ago
  93. ea0d3ab LSM: Remove unused arguments from security_path_truncate(). by Tetsuo Handa · 14 years ago
  94. 3e62cbb smack: opt_dentry is never null in in smack_d_instantiate() by Dan Carpenter · 14 years ago
  95. c3ef150 TOMOYO: Split files into some pieces. by Tetsuo Handa · 14 years ago
  96. 17fcfbd TOMOYO: Add interactive enforcing mode. by Tetsuo Handa · 14 years ago
  97. 2106ccd TOMOYO: Add mount restriction. by Tetsuo Handa · 14 years ago
  98. a1f9bb6 TOMOYO: Split file access control functions by type of parameters. by Tetsuo Handa · 14 years ago
  99. cb0abe6 TOMOYO: Use structure for passing common arguments. by Tetsuo Handa · 14 years ago
  100. 4c3e9e2 TOMOYO: Add numeric values grouping support. by Tetsuo Handa · 14 years ago