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