| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | security: introduce missing kfree | Vegard Nossum | 2009-01-17 | 1 | -0/+1 |
| * | [CVE-2009-0029] System call wrappers part 28 | Heiko Carstens | 2009-01-14 | 1 | -2/+2 |
| * | [CVE-2009-0029] System call wrappers part 27 | Heiko Carstens | 2009-01-14 | 1 | -9/+9 |
| * | remove lots of double-semicolons | Fernando Carrijo | 2009-01-08 | 1 | -1/+1 |
| * | devices cgroup: allow mkfifo | Serge E. Hallyn | 2009-01-08 | 1 | -0/+3 |
| * | devcgroup: use list_for_each_entry_rcu() | Lai Jiangshan | 2009-01-08 | 1 | -1/+1 |
| * | Merge branch 'next' into for-linus | James Morris | 2009-01-06 | 13 | -266/+616 |
| |\ |
|
| * \ | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2009-01-06 | 3 | -8/+3 |
| |\ \ |
|
| | * | | zero i_uid/i_gid on inode allocation | Al Viro | 2009-01-05 | 2 | -5/+0 |
| | * | | inode->i_op is never NULL | Al Viro | 2009-01-05 | 1 | -3/+3 |
| * | | | audit: validate comparison operations, store them in sane form | Al Viro | 2009-01-04 | 2 | -16/+16 |
| |/ / |
|
| * | | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-03 | 1 | -1/+1 |
| |\ \ |
|
| | * | | cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: core | Rusty Russell | 2009-01-01 | 1 | -1/+1 |
| * | | | introduce new LSM hooks where vfsmount is available. | Kentaro Takeda | 2009-01-01 | 3 | -0/+132 |
| |/ / |
|
* | | | IMA: fix ima_delete_rules() definition | James Morris | 2009-02-05 | 1 | -1/+1 |
* | | | Integrity: IMA file free imbalance | Mimi Zohar | 2009-02-05 | 3 | -0/+61 |
* | | | integrity: IMA policy open | Mimi Zohar | 2009-02-05 | 1 | -1/+16 |
* | | | integrity: IMA policy | Mimi Zohar | 2009-02-05 | 4 | -4/+386 |
* | | | integrity: IMA display | Mimi Zohar | 2009-02-05 | 5 | -2/+314 |
* | | | integrity: IMA as an integrity service provider | Mimi Zohar | 2009-02-05 | 13 | -1/+1430 |
* | | | securityfs: fix long-broken securityfs_create_file comment | Serge E. Hallyn | 2009-02-03 | 1 | -4/+3 |
* | | | selinux: remove hooks which simply defer to capabilities | James Morris | 2009-02-01 | 1 | -58/+10 |
* | | | selinux: remove secondary ops call to shm_shmat | James Morris | 2009-01-29 | 1 | -5/+0 |
* | | | selinux: remove secondary ops call to unix_stream_connect | James Morris | 2009-01-29 | 1 | -4/+0 |
* | | | selinux: remove secondary ops call to task_kill | James Morris | 2009-01-29 | 1 | -4/+0 |
* | | | selinux: remove secondary ops call to task_setrlimit | James Morris | 2009-01-29 | 1 | -5/+0 |
* | | | selinux: remove unused cred_commit hook | James Morris | 2009-01-29 | 1 | -9/+0 |
* | | | selinux: remove secondary ops call to task_create | James Morris | 2009-01-29 | 1 | -6/+0 |
* | | | selinux: remove secondary ops call to file_mprotect | James Morris | 2009-01-29 | 1 | -6/+1 |
* | | | selinux: remove secondary ops call to inode_setattr | James Morris | 2009-01-29 | 1 | -5/+0 |
* | | | selinux: remove secondary ops call to inode_permission | James Morris | 2009-01-29 | 1 | -5/+0 |
* | | | selinux: remove secondary ops call to inode_follow_link | James Morris | 2009-01-29 | 1 | -4/+0 |
* | | | selinux: remove secondary ops call to inode_mknod | James Morris | 2009-01-29 | 1 | -6/+0 |
* | | | selinux: remove secondary ops call to inode_unlink | James Morris | 2009-01-29 | 1 | -5/+0 |
* | | | selinux: remove secondary ops call to inode_link | James Morris | 2009-01-29 | 1 | -5/+0 |
* | | | selinux: remove secondary ops call to sb_umount | James Morris | 2009-01-29 | 1 | -5/+0 |
* | | | selinux: remove secondary ops call to sb_mount | James Morris | 2009-01-29 | 1 | -5/+0 |
* | | | selinux: remove secondary ops call to bprm_committed_creds | James Morris | 2009-01-29 | 1 | -2/+0 |
* | | | selinux: remove secondary ops call to bprm_committing_creds | James Morris | 2009-01-29 | 1 | -2/+0 |
* | | | selinux: remove unused bprm_check_security hook | James Morris | 2009-01-29 | 1 | -6/+0 |
* | | | SELinux: Unify context mount and genfs behavior | David P. Quigley | 2009-01-18 | 1 | -4/+4 |
* | | | SELinux: Add new security mount option to indicate security label support. | David P. Quigley | 2009-01-18 | 2 | -5/+36 |
* | | | SELinux: Condense super block security structure flags and cleanup necessary ... | David P. Quigley | 2009-01-18 | 3 | -22/+24 |
| |/
|/| |
|
* | | CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3] | David Howells | 2009-01-06 | 3 | -25/+46 |
* | | Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() ... | James Morris | 2009-01-06 | 6 | -73/+23 |
* | | SELinux: shrink sizeof av_inhert selinux_class_perm and context | Eric Paris | 2009-01-05 | 3 | -10/+12 |
* | | CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2] | David Howells | 2009-01-05 | 6 | -23/+73 |
* | | Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_nex... | James Morris | 2009-01-04 | 7 | -230/+557 |
|\ \ |
|
| * | | smack: Add support for unlabeled network hosts and networks | Casey Schaufler | 2008-12-31 | 4 | -195/+538 |
| * | | selinux: Deprecate and schedule the removal of the the compat_net functionality | Paul Moore | 2008-12-31 | 3 | -38/+11 |