| Commit message (Expand) | Author | Age | Files | Lines |
* | device_cgroup: introduce dev_whitelist_clean() | Aristeu Rozanski | 2012-10-06 | 1 | -5/+17 |
* | device_cgroup: add "deny_all" in dev_cgroup structure | Aristeu Rozanski | 2012-10-06 | 1 | -0/+5 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2012-10-02 | 17 | -228/+793 |
|\ |
|
| * | Merge tag 'v3.6-rc7' into next | James Morris | 2012-09-28 | 2 | -8/+3 |
| |\ |
|
| * | | ima: change flags container data type | Dmitry Kasatkin | 2012-09-19 | 1 | -1/+1 |
| * | | Smack: setprocattr memory leak fix | Casey Schaufler | 2012-09-18 | 1 | -12/+2 |
| * | | Smack: implement revoking all rules for a subject label | Rafal Krypa | 2012-09-18 | 1 | -0/+75 |
| * | | Smack: remove task_wait() hook. | Casey Schaufler | 2012-09-18 | 1 | -29/+8 |
| * | | ima: audit log hashes | Peter Moody | 2012-09-13 | 5 | -6/+55 |
| * | | ima: generic IMA action flag handling | Dmitry Kasatkin | 2012-09-13 | 4 | -19/+26 |
| * | | ima: rename ima_must_appraise_or_measure | Dmitry Kasatkin | 2012-09-12 | 3 | -4/+4 |
| * | | ima: digital signature verification support | Dmitry Kasatkin | 2012-09-07 | 2 | -19/+52 |
| * | | ima: add support for different security.ima data types | Mimi Zohar | 2012-09-07 | 3 | -14/+17 |
| * | | ima: add ima_inode_setxattr/removexattr function and calls | Mimi Zohar | 2012-09-07 | 2 | -0/+63 |
| * | | ima: replace iint spinblock with rwlock/read_lock | Dmitry Kasatkin | 2012-09-07 | 1 | -9/+7 |
| * | | ima: allocating iint improvements | Dmitry Kasatkin | 2012-09-07 | 2 | -35/+23 |
| * | | ima: add appraise action keywords and default rules | Mimi Zohar | 2012-09-07 | 2 | -40/+116 |
| * | | ima: integrity appraisal extension | Mimi Zohar | 2012-09-07 | 11 | -53/+351 |
| * | | Yama: handle 32-bit userspace prctl | Kees Cook | 2012-09-08 | 1 | -1/+1 |
| * | | security: allow Yama to be unconditionally stacked | Kees Cook | 2012-09-05 | 3 | -4/+39 |
| * | | ima: enable the IBM vTPM as the default TPM in the PPC64 case | Kent Yoder | 2012-08-22 | 1 | -0/+1 |
| * | | tpm: Move tpm_get_random api into the TPM device driver | Kent Yoder | 2012-08-22 | 1 | -42/+12 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-02 | 1 | -52/+21 |
|\ \ \ |
|
| * | | | make get_file() return its argument | Al Viro | 2012-09-26 | 1 | -2/+1 |
| * | | | new helper: iterate_fd() | Al Viro | 2012-09-26 | 1 | -35/+22 |
| * | | | switch flush_unauthorized_files() to replace_fd() | Al Viro | 2012-09-26 | 1 | -32/+15 |
| | |/
| |/| |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-10-02 | 1 | -3/+2 |
|\ \ \ |
|
| * \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-09-28 | 1 | -0/+1 |
| |\ \ \
| | |/ / |
|
| * | | | netlink: hide struct module parameter in netlink_kernel_create | Pablo Neira Ayuso | 2012-09-08 | 1 | -2/+1 |
| * | | | netlink: kill netlink_set_nonroot | Pablo Neira Ayuso | 2012-09-08 | 1 | -1/+1 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-10-02 | 25 | -136/+148 |
|\ \ \ \ |
|
| * | | | | userns: Teach security_path_chown to take kuids and kgids | Eric W. Biederman | 2012-09-21 | 4 | -8/+10 |
| * | | | | userns: Add user namespace support to IMA | Eric W. Biederman | 2012-09-21 | 2 | -9/+10 |
| * | | | | userns: Convert EVM to deal with kuids and kgids in it's hmac computation | Eric W. Biederman | 2012-09-21 | 1 | -2/+2 |
| * | | | | userns: Convert selinux to use kuid and kgid where appropriate | Eric W. Biederman | 2012-09-21 | 2 | -4/+4 |
| * | | | | userns: Convert tomoyo to use kuid and kgid where appropriate | Eric W. Biederman | 2012-09-21 | 4 | -20/+31 |
| * | | | | userns: Convert apparmor to use kuid and kgid where appropriate | Eric W. Biederman | 2012-09-21 | 4 | -10/+12 |
| * | | | | userns: Convert security/keys to the new userns infrastructure | Eric W. Biederman | 2012-09-13 | 8 | -83/+79 |
* | | | | | Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-10-02 | 1 | -0/+9 |
|\ \ \ \ \ |
|
| * | | | | | cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar... | Tejun Heo | 2012-09-14 | 1 | -0/+9 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2012-10-02 | 2 | -5/+5 |
|\ \ \ \ \ |
|
| * | | | | | workqueue: deprecate system_nrt[_freezable]_wq | Tejun Heo | 2012-08-20 | 2 | -5/+5 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-10-01 | 1 | -2/+0 |
|\ \ \ \ \ |
|
| * | | | | | task_work: Revert "hold task_lock around checks in keyctl" | Oleg Nesterov | 2012-09-13 | 1 | -2/+0 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-10-01 | 1 | -1/+0 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | AppArmor: remove af_names.h from .gitignore | Paul Bolle | 2012-09-01 | 1 | -1/+0 |
* | | | | | xfrm: invalidate dst on policy insertion/deletion | Nicolas Dichtel | 2012-09-18 | 1 | -0/+1 |
| |/ / /
|/| | | |
|
* | | | | Yama: access task_struct->comm directly | Kees Cook | 2012-08-17 | 1 | -8/+2 |
| |_|/
|/| | |
|
* | | | Yama: higher restrictions should block PTRACE_TRACEME | Kees Cook | 2012-08-10 | 1 | -0/+41 |
| |/
|/| |
|
* | | selinux: tag avc cache alloc as non-critical | Mel Gorman | 2012-07-31 | 1 | -1/+1 |