Age | Commit message (Expand) | Author | Files | Lines |
2018-12-21 | smack: switch to private smack_mnt_opts | Al Viro | 1 | -102/+55 |
2018-12-21 | selinux: switch to private struct selinux_mnt_opts | Al Viro | 1 | -161/+101 |
2018-12-21 | LSM: hide struct security_mnt_opts from any generic code | Al Viro | 3 | -32/+85 |
2018-12-21 | selinux: kill selinux_sb_get_mnt_opts() | Al Viro | 1 | -147/+51 |
2018-12-21 | LSM: turn sb_eat_lsm_opts() into a method | Al Viro | 3 | -12/+31 |
2018-12-21 | btrfs: sanitize security_mnt_opts use | Al Viro | 1 | -0/+1 |
2018-12-21 | selinux; don't open-code a loop in sb_finish_set_opts() | Al Viro | 1 | -4/+2 |
2018-12-21 | LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount() | Al Viro | 3 | -27/+3 |
2018-12-21 | new helper: security_sb_eat_lsm_opts() | Al Viro | 1 | -3/+12 |
2018-12-21 | LSM: lift extracting and parsing LSM options into the caller of ->sb_remount() | Al Viro | 2 | -37/+15 |
2018-12-21 | LSM: lift parsing LSM options into the caller of ->sb_kern_mount() | Al Viro | 3 | -43/+9 |
2018-12-21 | smack: make smack_parse_opts_str() clean up on failure | Al Viro | 1 | -0/+1 |
2018-12-21 | treewide: surround Kconfig file paths with double quotes | Masahiro Yamada | 2 | -10/+10 |
2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -7/+7 |
2018-12-20 | security: integrity: partial revert of make ima_main explicitly non-modular | Paul Gortmaker | 1 | -1/+1 |
2018-12-20 | selinux: expand superblock_doinit() calls | Al Viro | 1 | -30/+24 |
2018-12-20 | vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled | David Howells | 4 | -0/+4 |
2018-12-19 | net: use skb_sec_path helper in more places | Florian Westphal | 1 | -2/+2 |
2018-12-18 | ima: cleanup the match_token policy code | Mimi Zohar | 1 | -5/+5 |
2018-12-18 | security: don't use a negative Opt_err token index | Linus Torvalds | 2 | -2/+2 |
2018-12-18 | integrity: Remove references to module keyring | Thiago Jung Bauermann | 2 | -4/+2 |
2018-12-17 | Merge tag 'tpmdd-next-20181217' of git://git.infradead.org/users/jjs/linux-tp... | James Morris | 1 | -2/+3 |
2018-12-17 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | James Morris | 11 | -91/+634 |
2018-12-17 | Merge tag 'v4.20-rc7' into next-general | James Morris | 4 | -4/+23 |
2018-12-14 | Merge branch 'smack-for-4.21-a' of https://github.com/cschaufler/next-smack i... | James Morris | 1 | -3/+9 |
2018-12-14 | keys-encrypted: add nvdimm key format type to encrypted keys | Dave Jiang | 1 | -9/+20 |
2018-12-14 | keys: Export lookup_user_key to external users | Dave Jiang | 2 | -2/+1 |
2018-12-13 | ima: Use inode_is_open_for_write | Nikolay Borisov | 1 | -1/+1 |
2018-12-13 | ima: Support platform keyring for kernel appraisal | Nayna Jain | 1 | -2/+12 |
2018-12-13 | efi: Allow the "db" UEFI variable to be suppressed | Josh Boyer | 1 | -10/+35 |
2018-12-13 | efi: Import certificates from UEFI Secure Boot | Josh Boyer | 2 | -1/+173 |
2018-12-13 | efi: Add an EFI signature blob parser | Dave Howells | 2 | -1/+110 |
2018-12-13 | integrity: Load certs to the platform keyring | Nayna Jain | 3 | -24/+86 |
2018-12-13 | integrity: Define a trusted platform keyring | Nayna Jain | 5 | -16/+81 |
2018-12-13 | security: fs: make inode explicitly non-modular | Paul Gortmaker | 1 | -4/+2 |
2018-12-13 | security: audit and remove any unnecessary uses of module.h | Paul Gortmaker | 24 | -24/+14 |
2018-12-13 | security: integrity: make evm_main explicitly non-modular | Paul Gortmaker | 1 | -4/+1 |
2018-12-13 | keys: remove needless modular infrastructure from ecryptfs_format | Paul Gortmaker | 1 | -3/+2 |
2018-12-13 | security: integrity: make ima_main explicitly non-modular | Paul Gortmaker | 1 | -4/+3 |
2018-12-11 | ima: don't measure/appraise files on efivarfs | Mimi Zohar | 1 | -1/+3 |
2018-12-11 | x86/ima: define arch_get_ima_policy() for x86 | Eric Richter | 1 | -1/+9 |
2018-12-11 | ima: add support for arch specific policies | Nayna Jain | 1 | -2/+70 |
2018-12-11 | ima: refactor ima_init_policy() | Nayna Jain | 1 | -41/+56 |
2018-12-11 | ima: prevent kexec_load syscall based on runtime secureboot flag | Nayna Jain | 1 | -6/+13 |
2018-12-06 | selinux: overhaul sidtab to fix bug and improve performance | Ondrej Mosnacek | 5 | -324/+468 |
2018-12-05 | selinux: use separate table for initial SID lookup | Ondrej Mosnacek | 5 | -110/+173 |
2018-12-03 | smack: fix access permissions for keyring | Zoran Markovic | 1 | -3/+9 |
2018-11-29 | Merge tag 'selinux-pr-20181129' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+12 |
2018-11-29 | selinux: add support for RTM_NEWCHAIN, RTM_DELCHAIN, and RTM_GETCHAIN | Paul Moore | 1 | -1/+12 |
2018-11-27 | audit: use current whenever possible | Paul Moore | 1 | -1/+1 |