| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-02-24 | 8 | -21/+18 |
|\ |
|
| * | certs: Fix blacklist flag type confusion | David Howells | 2021-01-21 | 2 | -3/+4 |
| * | KEYS: remove redundant memset | Tom Rix | 2021-01-21 | 1 | -2/+0 |
| * | security: keys: delete repeated words in comments | Randy Dunlap | 2021-01-21 | 2 | -3/+3 |
| * | security/keys: use kvfree_sensitive() | Denis Efremov | 2021-01-21 | 1 | -6/+3 |
| * | watch_queue: Drop references to /dev/watch_queue | Gabriel Krisman Bertazi | 2021-01-21 | 1 | -4/+4 |
| * | keys: Remove outdated __user annotations | Jann Horn | 2021-01-21 | 1 | -3/+3 |
| * | security: keys: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 2021-01-21 | 1 | -0/+1 |
* | | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2021-02-23 | 18 | -115/+240 |
|\ \ |
|
| * | | ima: handle idmapped mounts | Christian Brauner | 2021-01-24 | 7 | -40/+68 |
| * | | apparmor: handle idmapped mounts | Christian Brauner | 2021-01-24 | 3 | -10/+24 |
| * | | fs: make helpers idmap mount aware | Christian Brauner | 2021-01-24 | 2 | -2/+3 |
| * | | commoncap: handle idmapped mounts | Christian Brauner | 2021-01-24 | 4 | -37/+84 |
| * | | xattr: handle idmapped mounts | Tycho Andersen | 2021-01-24 | 7 | -20/+24 |
| * | | acl: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -7/+38 |
| * | | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 2021-01-24 | 1 | -2/+2 |
| * | | capability: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -2/+3 |
| |/ |
|
* | | Merge branch 'userns-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-02-23 | 1 | -1/+11 |
|\ \ |
|
| * | | capabilities: Don't allow writing ambiguous v3 file capabilities | Eric W. Biederman | 2020-12-29 | 1 | -1/+11 |
* | | | Merge branch 'work.audit' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2021-02-22 | 1 | -2/+3 |
|\ \ \ |
|
| * | | | make dump_common_audit_data() safe to be called from RCU pathwalk | Al Viro | 2021-01-16 | 1 | -2/+3 |
| | |/
| |/| |
|
* | | | Merge tag 'tpmdd-next-v5.12-rc1-v2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2021-02-22 | 2 | -8/+36 |
|\ \ \ |
|
| * | | | KEYS: trusted: Reserve TPM for seal and unseal operations | Jarkko Sakkinen | 2021-02-16 | 1 | -4/+18 |
| * | | | KEYS: trusted: Fix migratable=1 failing | Jarkko Sakkinen | 2021-02-16 | 1 | -1/+1 |
| * | | | KEYS: trusted: Fix incorrect handling of tpm_get_random() | Jarkko Sakkinen | 2021-02-16 | 1 | -3/+17 |
* | | | | Merge tag 'Smack-for-v5.12' of git://github.com/cschaufler/smack-next | Linus Torvalds | 2021-02-22 | 1 | -2/+19 |
|\ \ \ \ |
|
| * | | | | smackfs: restrict bytes count in smackfs write functions | Sabyrzhan Tasbolatov | 2021-02-03 | 1 | -2/+19 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'integrity-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2021-02-22 | 16 | -52/+301 |
|\ \ \ \ |
|
| * | | | | integrity: Make function integrity_add_key() static | Wei Yongjun | 2021-02-12 | 1 | -2/+2 |
| * | | | | Merge branch 'ima-kexec-fixes' into next-integrity | Mimi Zohar | 2021-02-10 | 1 | -0/+3 |
| |\ \ \ \ |
|
| | * | | | | ima: Free IMA measurement buffer after kexec syscall | Lakshmi Ramasubramanian | 2021-02-10 | 1 | -0/+2 |
| | * | | | | ima: Free IMA measurement buffer on error | Lakshmi Ramasubramanian | 2021-02-10 | 1 | -0/+1 |
| | | |_|/
| | |/| | |
|
| * | | | | IMA: Measure kernel version in early boot | Raphael Gianotti | 2021-01-27 | 1 | -0/+5 |
| * | | | | selinux: include a consumer of the new IMA critical data hook | Lakshmi Ramasubramanian | 2021-01-15 | 5 | -10/+127 |
| * | | | | IMA: define a builtin critical data measurement policy | Lakshmi Ramasubramanian | 2021-01-15 | 1 | -0/+12 |
| * | | | | IMA: extend critical data hook to limit the measurement based on a label | Tushar Sugandhi | 2021-01-15 | 1 | -3/+5 |
| * | | | | IMA: limit critical data measurement based on a label | Tushar Sugandhi | 2021-01-15 | 1 | -3/+34 |
| * | | | | IMA: add policy rule to measure critical data | Tushar Sugandhi | 2021-01-15 | 1 | -4/+25 |
| * | | | | IMA: define a hook to measure kernel integrity critical data | Tushar Sugandhi | 2021-01-15 | 3 | -1/+26 |
| * | | | | IMA: add support to measure buffer data hash | Tushar Sugandhi | 2021-01-15 | 5 | -9/+30 |
| * | | | | IMA: generalize keyring specific measurement constructs | Tushar Sugandhi | 2021-01-15 | 4 | -26/+35 |
| * | | | | evm: Fix memleak in init_desc | Dinghao Liu | 2021-01-13 | 1 | -2/+5 |
| |/ / / |
|
* | | | | Merge tag 'selinux-pr-20210215' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-02-22 | 16 | -51/+141 |
|\ \ \ \ |
|
| * | | | | selinux: teach SELinux about anonymous inodes | Daniel Colascione | 2021-01-14 | 2 | -0/+59 |
| * | | | | security: add inode_init_security_anon() LSM hook | Lokesh Gidra | 2021-01-14 | 1 | -0/+8 |
| * | | | | selinux: fall back to SECURITY_FS_USE_GENFS if no xattr support | Ondrej Mosnacek | 2021-01-13 | 1 | -25/+52 |
| * | | | | selinux: mark selinux_xfrm_refcount as __read_mostly | Ondrej Mosnacek | 2021-01-12 | 1 | -1/+1 |
| * | | | | selinux: mark some global variables __ro_after_init | Ondrej Mosnacek | 2021-01-12 | 6 | -12/+12 |
| * | | | | selinux: make selinuxfs_mount static | Ondrej Mosnacek | 2021-01-12 | 2 | -2/+1 |
| * | | | | selinux: drop the unnecessary aurule_callback variable | Ondrej Mosnacek | 2021-01-12 | 1 | -7/+3 |