| Commit message (Expand) | Author | Age | Files | Lines |
* | keys: fix user_defined key sparse messages | Mimi Zohar | 2012-01-19 | 1 | -3/+3 |
* | ima: fix cred sparse warning | Mimi Zohar | 2012-01-19 | 1 | -1/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2012-01-17 | 9 | -22/+34 |
|\ |
|
| * | integrity: digital signature config option name change | Dmitry Kasatkin | 2012-01-18 | 3 | -4/+4 |
| * | lib: digital signature config option name change | Dmitry Kasatkin | 2012-01-18 | 1 | -1/+1 |
| * | encrypted-keys: fix rcu and sparse messages | Mimi Zohar | 2012-01-18 | 2 | -2/+2 |
| * | keys: fix trusted/encrypted keys sparse rcu_assign_pointer messages | Mimi Zohar | 2012-01-18 | 3 | -4/+6 |
| * | KEYS: Add missing smp_rmb() primitives to the keyring search code | David Howells | 2012-01-18 | 2 | -8/+18 |
| * | TOMOYO: Accept \000 as a valid character. | Tetsuo Handa | 2012-01-18 | 1 | -3/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-01-17 | 2 | -15/+20 |
|\ \
| |/
|/| |
|
| * | audit: no leading space in audit_log_d_path prefix | Kees Cook | 2012-01-17 | 1 | -2/+2 |
| * | audit: treat s_id as an untrusted string | Kees Cook | 2012-01-17 | 2 | -13/+18 |
* | | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 2012-01-14 | 5 | -85/+27 |
|\ \ |
|
| * | | security: remove the security_netlink_recv hook as it is equivalent to capable() | Eric Paris | 2012-01-05 | 4 | -34/+0 |
| * | | ptrace: do not audit capability check when outputing /proc/pid/stat | Eric Paris | 2012-01-05 | 1 | -1/+1 |
| * | | capabilities: remove all _real_ interfaces | Eric Paris | 2012-01-05 | 1 | -24/+0 |
| * | | capabilities: introduce security_capable_noaudit | Eric Paris | 2012-01-05 | 1 | -0/+6 |
| * | | capabilities: reverse arguments to security_capable | Eric Paris | 2012-01-05 | 1 | -1/+1 |
| * | | capabilities: remove the task from capable LSM hook entirely | Eric Paris | 2012-01-05 | 4 | -30/+24 |
| * | | selinux: sparse fix: fix several warnings in the security server cod | James Morris | 2012-01-05 | 5 | -7/+9 |
| * | | selinux: sparse fix: fix warnings in netlink code | James Morris | 2012-01-05 | 6 | -5/+6 |
| * | | selinux: sparse fix: eliminate warnings for selinuxfs | James Morris | 2012-01-05 | 3 | -6/+4 |
| * | | selinux: sparse fix: declare selinux_disable() in security.h | James Morris | 2012-01-05 | 2 | -1/+1 |
| * | | selinux: sparse fix: move selinux_complete_init | James Morris | 2012-01-05 | 2 | -1/+1 |
| * | | selinux: sparse fix: make selinux_secmark_refcount static | James Morris | 2012-01-05 | 1 | -1/+1 |
| * | | SELinux: Fix RCU deref check warning in sel_netport_insert() | David Howells | 2011-12-20 | 1 | -1/+3 |
* | | | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 2 | -11/+11 |
| |/
|/| |
|
* | | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 2012-01-10 | 16 | -59/+259 |
|\ \ |
|
| * \ | Merge branch 'next' into for-linus | James Morris | 2012-01-09 | 16 | -59/+259 |
| |\ \ |
|
| | * | | ima: fix invalid memory reference | Roberto Sassu | 2011-12-19 | 1 | -5/+11 |
| | * | | ima: free duplicate measurement memory | Roberto Sassu | 2011-12-19 | 2 | -2/+3 |
| | * | | selinux: Casting (void *) value returned by kmalloc is useless | Thomas Meyer | 2011-12-19 | 1 | -1/+1 |
| | * | | apparmor: fix module parameter handling | Rusty Russell | 2011-12-16 | 1 | -3/+3 |
| | * | | Security: tomoyo: add .gitignore file | Greg Kroah-Hartman | 2011-12-12 | 1 | -0/+2 |
| | * | | tomoyo: add missing rcu_dereference() | Kees Cook | 2011-12-12 | 1 | -1/+1 |
| | * | | apparmor: add missing rcu_dereference() | Kees Cook | 2011-12-09 | 1 | -1/+1 |
| | * | | evm: prevent racing during tfm allocation | Dmitry Kasatkin | 2011-12-08 | 1 | -3/+11 |
| | * | | evm: key must be set once during initialization | Dmitry Kasatkin | 2011-12-08 | 1 | -7/+8 |
| | * | | digsig: build dependency fix | Dmitry Kasatkin | 2011-11-22 | 1 | -1/+1 |
| | * | | Merge branch 'next-evm-digsig' of git://git.kernel.org/pub/scm/linux/kernel/g... | James Morris | 2011-11-18 | 7 | -30/+226 |
| | |\ \ |
|
| | | * | | evm: digital signature verification support | Dmitry Kasatkin | 2011-11-09 | 3 | -30/+142 |
| | | * | | integrity: digital signature verification using multiple keyrings | Dmitry Kasatkin | 2011-11-09 | 4 | -0/+84 |
| | * | | | KEYS: Give key types their own lockdep class for key->sem | David Howells | 2011-11-17 | 1 | -0/+3 |
| | * | | | Merge branch 'master'; commit 'v3.2-rc2' into next | James Morris | 2011-11-16 | 10 | -7/+14 |
| | |\ \ \ |
|
| | * | | | | selinuxfs: remove custom hex_to_bin() | Andy Shevchenko | 2011-11-16 | 1 | -10/+4 |
* | | | | | | securityfs: fix object creation races | Al Viro | 2012-01-10 | 1 | -141/+50 |
* | | | | | | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-01-09 | 1 | -3/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a... | Tejun Heo | 2011-12-12 | 1 | -3/+4 |
* | | | | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2012-01-08 | 13 | -60/+46 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | switch security_path_chmod() to struct path * | Al Viro | 2012-01-06 | 4 | -17/+11 |