summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* security: keys: Modify mismatched function nameJiapeng Chong2023-07-271-1/+1
* keys: Fix linking a duplicate key to a keyring's assoc_arrayPetr Pavlu2023-07-271-11/+24
* integrity: Fix possible multiple allocation in integrity_inode_get()Tianjia Zhang2023-07-191-6/+9
* apparmor: fix missing error check for rhashtable_insert_fastDanila Chernetsov2023-07-191-2/+7
* ima: Fix build warningsRoberto Sassu2023-07-192-1/+5
* evm: Fix build warningsRoberto Sassu2023-07-192-2/+2
* evm: Complete description of evm_inode_setattr()Roberto Sassu2023-07-191-0/+2
* selinux: don't use make's grouped targets feature yetPaul Moore2023-06-091-1/+5
* selinux: ensure av_permissions.h is built when neededPaul Moore2023-05-111-1/+1
* selinux: fix Makefile dependencies of flask.hOndrej Mosnacek2023-05-111-2/+2
* IMA: allow/fix UML buildsRandy Dunlap2023-05-111-1/+1
* keys: Do not cache key in task struct if key is requested from kernel threadDavid Howells2023-03-301-3/+6
* ima: Align ima_file_mmap() parameters with mmap_file LSM hookRoberto Sassu2023-03-102-5/+9
* ima: fix error handling logic when file measurement failedMatt Bobrowski2023-03-102-2/+2
* randstruct: disable Clang 15 supportEric Biggers2023-02-251-0/+3
* use less confusing names for iov_iter direction initializersAl Viro2023-02-091-2/+2
* tomoyo: fix broken dependency on *.conf.defaultMasahiro Yamada2023-02-011-1/+1
* device_cgroup: Roll back to original exceptions after copy failureWang Weiyang2023-01-071-4/+29
* ima: Fix memory leak in __ima_inode_hash()Roberto Sassu2023-01-071-1/+6
* ima: Fix a potential NULL pointer access in ima_restore_measurement_listHuaxin Lu2023-01-071-1/+4
* efi: Add iMac Pro 2017 to uefi skip cert quirkAditya Garg2023-01-071-0/+1
* ima: Fix hash dependency to correct algorithmTianjia Zhang2023-01-071-1/+1
* security: Restrict CONFIG_ZERO_CALL_USED_REGS to gcc or clang > 15.0.6Nathan Chancellor2022-12-311-0/+3
* ima: Simplify ima_lsm_copy_ruleGUO Zihua2022-12-311-7/+3
* LoadPin: Ignore the "contents" argument of the LSM hooksKees Cook2022-12-311-12/+18
* apparmor: Fix memleak in alloc_ns()Xiu Jianfeng2022-12-311-1/+1
* apparmor: Use pointer to struct aa_label for lbs_credXiu Jianfeng2022-12-311-2/+2
* apparmor: Fix regression in stacking due to label flagsJohn Johansen2022-12-311-5/+7
* apparmor: Fix abi check to include v8 abiJohn Johansen2022-12-311-1/+1
* apparmor: fix lockdep warning when removing a namespaceJohn Johansen2022-12-311-1/+1
* apparmor: fix a memleak in multi_transaction_new()Gaosheng Cui2022-12-311-1/+3
* ima: Fix misuse of dereference of pointer in template_desc_init_fields()Xiu Jianfeng2022-12-311-2/+2
* integrity: Fix memory leakage in keyring allocation error pathGUO Zihua2022-12-311-1/+5
* ima: Handle -ESTALE returned by ima_filter_rule_match()GUO Zihua2022-12-311-9/+32
* KEYS: encrypted: fix key instantiation with user-provided dataNikolaus Voss2022-12-211-3/+3
* 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
| |/ / /