aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2022-05-23certs: Factor out the blacklist hash creationGravatar Mickaël Salaün 1-24/+2
2022-05-17selinux: fix bad cleanup on error in hashtab_duplicate()Gravatar Ondrej Mosnacek 1-1/+2
2022-03-31Merge tag 'hardening-v5.18-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-2/+0
2022-03-27Merge tag 'landlock-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2022-03-26Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+3
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 3-16/+6
2022-03-24usercopy: Disable CONFIG_HARDENED_USERCOPY_PAGESPANGravatar Kees Cook 1-1/+1
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 3-20/+45
2022-03-24Merge tag 'tomoyo-pr-20220322' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Gravatar Linus Torvalds 1-2/+2
2022-03-23Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-14/+9
2022-03-21Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 19-214/+223
2022-03-21Merge tag 'integrity-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 10-58/+116
2022-03-21Merge tag 'Smack-for-5.18' of https://github.com/cschaufler/smack-nextGravatar Linus Torvalds 1-1/+1
2022-03-21Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+10
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+1
2022-03-10ima: Always return a file measurement in ima_file_hash()Gravatar Roberto Sassu 1-13/+33
2022-03-10ima: Fix documentation-related warnings in ima_main.cGravatar Roberto Sassu 1-5/+6
2022-03-10tracehook: Remove tracehook.hGravatar Eric W. Biederman 2-2/+0
2022-03-08integrity: Only use machine keyring when uefi_check_trust_mok_keys is trueGravatar Eric Snowberg 4-2/+23
2022-03-08integrity: Trust MOK keys if MokListTrustedRT foundGravatar Eric Snowberg 1-0/+19
2022-03-08KEYS: store reference to machine keyringGravatar Eric Snowberg 1-0/+2
2022-03-08integrity: add new keyring handler for mok keysGravatar Eric Snowberg 3-3/+23
2022-03-08integrity: Introduce a Linux keyring called machineGravatar Eric Snowberg 5-3/+78
2022-03-08integrity: Fix warning about missing prototypesGravatar Eric Snowberg 1-0/+1
2022-03-08KEYS: trusted: Avoid calling null function trusted_key_exitGravatar Dave Kleikamp 1-1/+1
2022-03-08KEYS: trusted: Fix trusted key backends when building as moduleGravatar Andreas Rammhold 1-2/+2
2022-03-08KEYS: fix length validation in keyctl_pkey_params_get_2()Gravatar Eric Biggers 1-3/+11
2022-03-03net: rtnetlink: Add RTM_SETSTATSGravatar Petr Machata 1-0/+1
2022-03-03crypto: dh - constify struct dh's pointer membersGravatar Nicolai Stange 1-1/+1
2022-03-02selinux: shorten the policy capability enum namesGravatar Paul Moore 5-24/+24
2022-03-01rtnetlink: add new rtm tunnel api for tunnel id filteringGravatar Roopa Prabhu 1-1/+4
2022-02-28Fix incorrect type in assignment of ipv6 port for auditGravatar Casey Schaufler 1-1/+1
2022-02-28Backmerge tag 'v5.17-rc6' into drm-nextGravatar Dave Airlie 1-2/+2
2022-02-25selinux: allow FIOCLEX and FIONCLEX with policy capabilityGravatar Richard Haines 4-1/+16
2022-02-25Merge tag 'tee-shm-for-v5.18' of git://git.linaro.org:/people/jens.wiklander/...Gravatar Arnd Bergmann 1-14/+9
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+2
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Gravatar Dave Airlie 3-16/+6
2022-02-23Merge tag 'selinux-pr-20220223' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2022-02-24TOMOYO: fix __setup handlers return valuesGravatar Randy Dunlap 1-2/+2
2022-02-22EVM: fix the evm= __setup handler return valueGravatar Randy Dunlap 1-1/+1
2022-02-22selinux: fix misuse of mutex_is_locked()Gravatar Ondrej Mosnacek 1-2/+2
2022-02-21KEYS: encrypted: Instantiate key with user-provided decrypted dataGravatar Yael Tzur 2-23/+67
2022-02-18selinux: use correct type for context lengthGravatar Christian Göttsche 1-1/+1
2022-02-18selinux: drop return statement at end of void functionsGravatar Christian Göttsche 5-8/+0
2022-02-16KEYS: trusted: tee: use tee_shm_register_kernel_buf()Gravatar Jens Wiklander 1-14/+9
2022-02-15security: implement sctp_assoc_established hook in selinuxGravatar Ondrej Mosnacek 1-24/+66
2022-02-15security: add sctp_assoc_established hookGravatar Ondrej Mosnacek 1-0/+7
2022-02-15ima: define ima_max_digest_data struct without a flexible array variableGravatar Mimi Zohar 5-18/+17