summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'lsm-pr-20221031' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-311-2/+4
|\
| * capabilities: fix potential memleak on error path from vfs_getxattr_alloc()Gaosheng Cui2022-10-281-2/+4
* | selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()GONG, Ruiqi2022-10-193-5/+6
|/
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+4
|\
| * security: kmsan: fix interoperability with auto-initializationAlexander Potapenko2022-10-031-0/+4
* | Merge tag 'tpmdd-next-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-101-1/+1
|\ \
| * | security/keys: Remove inconsistent __user annotationVincenzo Frascino2022-10-051-1/+1
* | | Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-10-091-0/+2
|\ \ \
| * | | powerpc/rtas: block error injection when locked downNathan Lynch2022-09-281-0/+1
| * | | powerpc/pseries: block untrusted device tree changes when locked downNathan Lynch2022-09-281-0/+1
| | |/ | |/|
* | | Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-064-5/+5
|\ \ \
| * | | ->getprocattr(): attribute name is const char *, TYVM...Al Viro2022-09-014-5/+5
* | | | Merge tag 'pull-tomoyo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2022-10-064-10/+5
|\ \ \ \
| * | | | tomoyo: struct path it might get from LSM callers won't have NULL dentry or mntAl Viro2022-08-212-8/+3
| * | | | tomoyo: use vsnprintf() properlyAl Viro2022-08-212-2/+2
| |/ / /
* | | | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-10-041-2/+0
|\ \ \ \
| * \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-10-031-2/+0
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALLRoberto Sassu2022-09-211-2/+0
* | | | | Merge tag 'landlock-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-042-21/+21
|\ \ \ \ \
| * | | | | landlock: Fix documentation styleMickaël Salaün2022-09-291-20/+20
| * | | | | landlock: Slightly improve documentation and fix spellingMickaël Salaün2022-09-291-1/+1
| |/ / / /
* | | | | Merge tag 'fs.acl.rework.prep.v6.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-031-3/+14
|\ \ \ \ \
| * | | | | acl: move idmapping handling into posix_acl_xattr_set()Christian Brauner2022-08-311-3/+14
| | |_|_|/ | |/| | |
* | | | | Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-035-14/+18
|\ \ \ \ \
| * | | | | lockdown: ratelimit denial messagesNathan Lynch2022-09-141-1/+1
| * | | | | selinux: Implement userns_create hookFrederick Lawler2022-08-162-0/+11
| * | | | | security, lsm: Introduce security_create_user_ns()Frederick Lawler2022-08-161-0/+5
| * | | | | lsm: clean up redundant NULL pointer checkXiu Jianfeng2022-08-151-13/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'selinux-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-036-53/+46
|\ \ \ \ \
| * | | | | selinux: remove the unneeded result variableXu Panda2022-09-141-15/+9
| * | | | | selinux: declare read-only parameters constChristian Göttsche2022-08-304-29/+31
| * | | | | selinux: use int arrays for boolean valuesChristian Göttsche2022-08-301-5/+5
| * | | | | selinux: remove an unneeded variable in sel_make_class_dir_entries()ye xingchen2022-08-301-4/+1
| |/ / / /
* | | | | Merge tag 'integrity-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2022-10-032-5/+9
|\ \ \ \ \
| * | | | | efi: Correct Macmini DMI match in uefi cert quirkOrlando Chamberlain2022-09-301-1/+1
| * | | | | ima: fix blocking of security.ima xattrs of unsupported algorithmsMimi Zohar2022-08-231-4/+8
| | |/ / / | |/| | |
* | | | | Merge tag 'Smack-for-6.1' of https://github.com/cschaufler/smack-nextLinus Torvalds2022-10-032-12/+17
|\ \ \ \ \
| * | | | | smack: cleanup obsolete mount option flagsXiu Jianfeng2022-09-271-9/+0
| * | | | | smack: lsm: remove the unneeded result variableXu Panda2022-09-271-3/+1
| * | | | | SMACK: Add sk_clone_security LSM hookLontke Michael2022-09-271-0/+16
| |/ / / /
* | | | | Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-033-6/+31
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | hardening: Remove Clang's enable flag for -ftrivial-auto-var-init=zeroKees Cook2022-09-291-4/+10
| * | | | LoadPin: Require file with verity root digests to have a headerMatthias Kaehlcke2022-09-072-2/+21
| * | | | LoadPin: Fix Kconfig doc about format of file with verity digestsMatthias Kaehlcke2022-09-071-1/+1
| |/ / /
* | | | Merge tag 'landlock-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-09-021-23/+25
|\ \ \ \ | |_|_|/ |/| | |
| * | | landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFERMickaël Salaün2022-09-021-23/+25
* | | | Merge tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-314-1/+61
|\ \ \ \ | |_|/ / |/| | |
| * | | Smack: Provide read control for io_uring_cmdCasey Schaufler2022-08-261-0/+32
| * | | selinux: implement the security_uring_cmd() LSM hookPaul Moore2022-08-262-1/+25
| * | | lsm,io_uring: add LSM hooks for the new uring_cmd file opLuis Chamberlain2022-08-261-0/+4
| | |/ | |/|