summaryrefslogtreecommitdiff
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.2.21' into linux-5.2.y-rtSebastian Andrzej Siewior2019-10-184-16/+19
|\
| * smack: use GFP_NOFS while holding inode_smack::smk_lockEric Biggers2019-10-072-4/+4
| * Smack: Don't ignore other bprm->unsafe flags if LSM_UNSAFE_PTRACE is setJann Horn2019-10-071-1/+2
| * security: smack: Fix possible null-pointer dereferences in smack_socket_sock_...Jia-Ju Bai2019-10-071-0/+2
| * selinux: fix residual uses of current_security() for the SELinux blobStephen Smalley2019-10-072-11/+11
* | Merge tag 'v5.2.19' into linux-5.2.y-rtSebastian Andrzej Siewior2019-10-071-0/+5
|\ \ | |/
| * KEYS: trusted: correctly initialize digests and fix locking issueRoberto Sassu2019-10-051-0/+5
* | Merge tag 'v5.2.17' into linux-5.2.y-rtSebastian Andrzej Siewior2019-09-261-0/+6
|\ \ | |/
| * keys: Fix missing null pointer check in request_key_auth_describe()Hillf Danton2019-09-211-0/+6
* | Merge tag 'v5.2.10' into linux-5.2.y-rtSebastian Andrzej Siewior2019-08-261-13/+0
|\ \ | |/
| * KEYS: trusted: allow module init if TPM is inactive or deactivatedRoberto Sassu2019-08-251-13/+0
* | Merge tag 'v5.2.9' into linux-5.2.y-rtSebastian Andrzej Siewior2019-08-165-8/+26
|\ \ | |/
| * selinux: fix memory leak in policydb_init()Ondrej Mosnacek2019-08-061-1/+5
| * structleak: disable STRUCTLEAK_BYREF in combination with KASAN_STACKArnd Bergmann2019-07-311-0/+7
| * selinux: check sidtab limit before adding a new entryOndrej Mosnacek2019-07-311-0/+5
| * integrity: Fix __integrity_init_keyring() section mismatchGeert Uytterhoeven2019-07-261-2/+3
| * selinux: fix empty write to keycreate fileOndrej Mosnacek2019-07-261-5/+6
* | apparmor: use a locallock instead preempt_disable()Sebastian Andrzej Siewior2019-07-112-4/+17
|/
* Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2115-61/+15
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1915-61/+15
* | apparmor: reset pos on failure to unpack for various functionsMike Salvatore2019-06-181-8/+39
* | apparmor: enforce nullbyte at end of tag stringJann Horn2019-06-181-1/+1
* | apparmor: fix PROFILE_MEDIATES for untrusted inputJohn Johansen2019-06-181-1/+10
|/
* Smack: Restore the smackfsdef mount option and add missing prefixesCasey Schaufler2019-06-141-5/+7
* Merge tag 'selinux-pr-20190612' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-06-122-13/+36
|\
| * selinux: fix a missing-check bug in selinux_sb_eat_lsm_opts()Gen Zhang2019-06-121-6/+14
| * selinux: fix a missing-check bug in selinux_add_mnt_opt( )Gen Zhang2019-06-121-5/+14
| * selinux: log raw contexts as untrusted stringsOndrej Mosnacek2019-06-111-2/+8
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-0572-352/+72
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-0511-39/+11
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-056-66/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1
* | Merge branch 'next-fixes-for-5.2-rc' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-312-12/+19
|\ \
| * | ima: show rules with IMA_INMASK correctlyRoberto Sassu2019-05-291-9/+12
| * | evm: check hash algorithm passed to init_desc()Roberto Sassu2019-05-291-0/+3
| * | ima: fix wrong signed policy requirement when not appraisingPetr Vorel2019-05-191-3/+4
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3016-81/+16
* | | Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-245-25/+5
|\ \ \
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-245-25/+5
* | | | Merge tag 'selinux-pr-20190521' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-211-2/+8
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | selinux: do not report error on connect(AF_UNSPEC)Paolo Abeni2019-05-201-2/+8
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-212-30/+2
* | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-2117-0/+17
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-131-4/+4
|\ \
| * | Revert "selinux: do not report error on connect(AF_UNSPEC)"Paolo Abeni2019-05-101-4/+4
* | | tomoyo: Don't emit WARNING: string while fuzzing testing.Tetsuo Handa2019-05-101-0/+2
* | | tomoyo: Change pathname calculation for read-only filesystems.Tetsuo Handa2019-05-101-1/+2
* | | tomoyo: Check address length before reading address familyTetsuo Handa2019-05-101-0/+4
* | | tomoyo: Add a kernel config option for fuzzing testing.Tetsuo Handa2019-05-102-1/+22
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-091-4/+4
|\ \