summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-278-34/+65
|\
| * apparmor: unpack transition table if dfa is not presentGeorgia Garcia2024-07-241-17/+25
| * apparmor: try to avoid refing the label in apparmor_file_openMateusz Guzik2024-07-242-2/+23
| * apparmor: test: add MODULE_DESCRIPTION()Jeff Johnson2024-07-241-0/+1
| * apparmor: take nosymfollow flag into accountAlexander Mikhalitsyn2024-07-241-0/+2
| * apparmor: fix possible NULL pointer dereferenceLeesoo Ahn2024-05-101-0/+4
| * apparmor: fix typo in kernel docChristian Göttsche2024-05-101-1/+1
| * apparmor: remove useless static inline function is_deletedColin Ian King2024-05-101-13/+0
| * apparmor: use kvfree_sensitive to free data->dataFedor Pchelkin2024-05-102-1/+2
| * apparmor: Fix null pointer deref when receiving skb during sock creationXiao Liang2024-05-101-0/+7
* | Merge tag 'landlock-6.11-rc1-houdini-fix' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-07-271-2/+9
|\ \
| * | landlock: Don't lose track of restrictions on cred_transferJann Horn2024-07-241-2/+9
* | | sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-243-3/+3
* | | Merge tag 'landlock-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-07-204-29/+18
|\ \ \
| * | | landlock: Various documentation improvementsGünther Noack2024-07-181-8/+9
| * | | landlock: Use bit-fields for storing handled layer access masksGünther Noack2024-07-083-21/+9
| |/ /
* | | Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-07-191-2/+1
|\ \ \
| * | | crypto: sm2 - Remove sm2 algorithmHerbert Xu2024-06-071-2/+1
* | | | Merge tag 'perf-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-161-1/+1
|\ \ \ \
| * | | | task_work: s/task_work_cancel()/task_work_cancel_func()/Frederic Weisbecker2024-07-091-1/+1
| |/ / /
* | | | Merge tag 'Smack-for-6.10' of https://github.com/cschaufler/smack-nextLinus Torvalds2024-07-161-4/+10
|\ \ \ \
| * | | | smack: unix sockets: fix accept()ed socket labelKonstantin Andreev2024-06-191-3/+9
| * | | | smack: tcp: ipv4, fix incorrect labelingCasey Schaufler2024-06-051-1/+1
* | | | | Merge tag 'lsm-pr-20240715' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-07-163-42/+100
|\ \ \ \ \
| * | | | | selinux,smack: remove the capability checks in the removexattr hooksPaul Moore2024-07-092-10/+3
| * | | | | lsm: fixup the inode xattr capability handlingPaul Moore2024-06-033-32/+97
| | |/ / / | |/| | |
* | | | | Merge tag 'selinux-pr-20240715' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-161-1/+1
|\ \ \ \ \
| * | | | | selinux: Use 1UL for EBITMAP_BIT to match maps typeCanfeng Guo2024-07-021-1/+1
| |/ / / /
* | | | | Merge tag 'keys-next-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-152-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | KEYS: encrypted: add missing MODULE_DESCRIPTION()Jeff Johnson2024-07-011-0/+1
| * | | | KEYS: trusted: add missing MODULE_DESCRIPTION()Jeff Johnson2024-07-011-0/+1
* | | | | Merge tag 'integrity-v6.10-fix' of ssh://ra.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-051-2/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ima: fix wrong zero-assignment during securityfs dentry removeEnrico Bravi2024-06-031-2/+1
| | |/ / | |/| |
* | | | Merge tag 'lsm-pr-20240617' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-06-178-17/+27
|\ \ \ \
| * | | | ima: Avoid blocking in RCU read-side critical sectionGUO Zihua2024-06-138-17/+27
* | | | | Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...Linus Torvalds2024-06-171-15/+0
|\ \ \ \ \
| * | | | | Revert "mm: init_mlocked_on_free_v3"David Hildenbrand2024-06-151-15/+0
| |/ / / /
* | | | | Merge tag 'hardening-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-06-171-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | yama: document function parameterChristian Göttsche2024-06-061-0/+1
| |/ / /
* / / / tomoyo: update project linksTetsuo Handa2024-06-032-2/+2
|/ / /
* / / landlock: Fix d_parent walkMickaël Salaün2024-05-311-2/+11
|/ /
* | Merge tag 'hardening-v6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-05-241-0/+3
|\ \
| * | loadpin: Prevent SECURITY_LOADPIN_ENFORCE=y without module decompressionStephen Boyd2024-05-181-0/+3
| |/
* | KEYS: trusted: Do not use WARN when encode failsJarkko Sakkinen2024-05-211-1/+2
* | KEYS: trusted: Fix memory leak in tpm2_key_encode()Jarkko Sakkinen2024-05-211-6/+18
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-0/+15
|\ \
| * | mm: init_mlocked_on_free_v3York Jasper Niebuhr2024-04-251-0/+15
* | | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-1/+1
|\ \ \
| * | | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-101-1/+1
| |/ /
* | | Merge tag 'landlock-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-183-5/+224
|\ \ \