| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'stable-4.5' of git://git.infradead.org/users/pcmoore/selinux in... | James Morris | 2016-02-26 | 1 | -1/+1 |
|\ |
|
| * | selinux: Don't sleep inside inode_getsecid hook | Andreas Gruenbacher | 2016-02-19 | 1 | -1/+1 |
* | | EVM: Use crypto_memneq() for digest comparisons | Ryan Ware | 2016-02-12 | 1 | -1/+2 |
* | | selinux: nlmsgtab: add SOCK_DESTROY to the netlink mapping tables | Lorenzo Colitti | 2016-02-09 | 1 | -0/+1 |
* | | KEYS: Only apply KEY_FLAG_KEEP to a key if a parent keyring has it set | David Howells | 2016-01-28 | 1 | -1/+2 |
* | | wrappers for ->i_mutex access | Al Viro | 2016-01-23 | 3 | -11/+11 |
* | | ptrace: use fsuid, fsgid, effective creds for fs access checks | Jann Horn | 2016-01-21 | 1 | -1/+6 |
* | | security: let security modules use PTRACE_MODE_* with bitmasks | Jann Horn | 2016-01-21 | 2 | -7/+5 |
* | | KEYS: Fix keyring ref leak in join_session_keyring() | Yevgeny Pats | 2016-01-20 | 1 | -0/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2016-01-18 | 29 | -160/+967 |
|\ \ |
|
| * | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into... | James Morris | 2016-01-14 | 1 | -8/+2 |
| |\| |
|
| | * | selinux: Inode label revalidation performance fix | Andreas Gruenbacher | 2016-01-08 | 1 | -8/+2 |
| * | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li... | James Morris | 2016-01-10 | 3 | -21/+17 |
| |\ \ |
|
| | * | | KEYS: refcount bug fix | Mimi Zohar | 2016-01-07 | 2 | -12/+8 |
| | * | | ima: ima_write_policy() limit locking | Petko Manolov | 2016-01-03 | 1 | -9/+9 |
| * | | | Merge branch 'smack-for-4.5' of https://github.com/cschaufler/smack-next into... | James Morris | 2015-12-26 | 1 | -1/+23 |
| |\ \ \ |
|
| | * | | | Smack: type confusion in smak sendmsg() handler | Roman Kubiak | 2015-12-17 | 1 | -1/+1 |
| | * | | | Smack: File receive for sockets | Casey Schaufler | 2015-12-10 | 1 | -0/+22 |
| * | | | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into... | James Morris | 2015-12-26 | 8 | -73/+274 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | selinux: rate-limit netlink message warnings in selinux_nlmsg_perm() | Vladis Dronov | 2015-12-24 | 1 | -4/+5 |
| | * | | | selinux: export validatetrans decisions | Andrew Perepechko | 2015-12-24 | 4 | -8/+111 |
| | * | | | selinux: Revalidate invalid inode security labels | Andreas Gruenbacher | 2015-12-24 | 1 | -8/+68 |
| | * | | | security: Add hook to invalidate inode security labels | Andreas Gruenbacher | 2015-12-24 | 3 | -10/+34 |
| | * | | | selinux: Add accessor functions for inode->i_security | Andreas Gruenbacher | 2015-12-24 | 1 | -41/+56 |
| | * | | | security: Make inode argument of inode_getsecid non-const | Andreas Gruenbacher | 2015-12-24 | 3 | -3/+3 |
| | * | | | security: Make inode argument of inode_getsecurity non-const | Andreas Gruenbacher | 2015-12-24 | 3 | -3/+3 |
| | * | | | selinux: Remove unused variable in selinux_inode_init_security | Andreas Gruenbacher | 2015-12-24 | 1 | -2/+0 |
| | |/ / |
|
| * | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li... | James Morris | 2015-12-26 | 19 | -84/+623 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | IMA: policy can be updated zero times | Sasha Levin | 2015-12-25 | 3 | -0/+14 |
| | * | | security/integrity: make ima/ima_mok.c explicitly non-modular | Paul Gortmaker | 2015-12-15 | 1 | -3/+2 |
| | * | | ima: update appraise flags after policy update completes | Mimi Zohar | 2015-12-15 | 1 | -2/+5 |
| | * | | IMA: prevent keys on the .ima_blacklist from being removed | Mimi Zohar | 2015-12-15 | 1 | -0/+2 |
| | * | | KEYS: prevent keys from being removed from specified keyrings | Mimi Zohar | 2015-12-15 | 2 | -11/+51 |
| | * | | IMA: allow reading back the current IMA policy | Petko Manolov | 2015-12-15 | 4 | -8/+253 |
| | * | | IMA: create machine owner and blacklist keyrings | Petko Manolov | 2015-12-15 | 4 | -0/+87 |
| | * | | IMA: policy can now be updated multiple times | Petko Manolov | 2015-12-15 | 3 | -28/+75 |
| | * | | evm: EVM_LOAD_X509 depends on EVM | Arnd Bergmann | 2015-12-15 | 1 | -1/+1 |
| | * | | evm: reset EVM status when file attributes change | Dmitry Kasatkin | 2015-12-15 | 1 | -0/+13 |
| | * | | evm: provide a function to set the EVM key from the kernel | Dmitry Kasatkin | 2015-12-15 | 2 | -14/+46 |
| | * | | evm: enable EVM when X509 certificate is loaded | Dmitry Kasatkin | 2015-12-15 | 4 | -3/+14 |
| | * | | evm: load an x509 certificate from the kernel | Dmitry Kasatkin | 2015-12-15 | 4 | -0/+33 |
| | * | | integrity: define '.evm' as a builtin 'trusted' keyring | Dmitry Kasatkin | 2015-11-23 | 7 | -22/+35 |
| | |/ |
|
| * | | keys, trusted: seal with a TPM2 authorization policy | Jarkko Sakkinen | 2015-12-20 | 1 | -0/+26 |
| * | | keys, trusted: select hash algorithm for TPM2 chips | Jarkko Sakkinen | 2015-12-20 | 2 | -1/+27 |
| * | | keys, trusted: fix: *do not* allow duplicate key options | Jarkko Sakkinen | 2015-12-20 | 1 | -0/+3 |
| |/ |
|
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-01-13 | 4 | -168/+82 |
|\ \ |
|
| * \ | Merge branch 'for-linus' into work.misc | Al Viro | 2016-01-09 | 1 | -9/+9 |
| |\ \ |
|
| * | | | fix the leak in integrity_read_file() | Al Viro | 2016-01-04 | 1 | -5/+6 |
| * | | | selinuxfs: switch to memdup_user_nul() | Al Viro | 2016-01-04 | 1 | -73/+41 |
| * | | | convert a bunch of open-coded instances of memdup_user_nul() | Al Viro | 2016-01-04 | 2 | -90/+35 |