summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2023-03-18af_unix: preserve const qualifier in unix_sk()Eric Dumazet
2023-03-17inet: preserve const qualifier in inet_sk()Eric Dumazet
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds
2023-02-25Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-22Merge tag 'Smack-for-6.3' of https://github.com/cschaufler/smack-nextLinus Torvalds
2023-02-22Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-02-21smackfs: Added check catlenDenis Arefev
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-20Merge tag 'tpm-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jar...Linus Torvalds
2023-02-15apparmor: Fix regression in compat permissions for getattrJohn Johansen
2023-02-13integrity/powerpc: Support loading keys from PLPKSRussell Currey
2023-02-13integrity/powerpc: Improve error handling & reporting when loading certsRussell Currey
2023-02-13KEYS: DH: Use crypto_wait_reqHerbert Xu
2023-02-13KEYS: Add new function key_create()Thomas Weißschuh
2023-02-12powerpc/secvar: Use u64 in secvar_operationsMichael Ellerman
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-08randstruct: disable Clang 15 supportEric Biggers
2023-01-31ima: Introduce MMAP_CHECK_REQPROT hookRoberto Sassu
2023-01-31ima: Align ima_file_mmap() parameters with mmap_file LSM hookRoberto Sassu
2023-01-31evm: call dump_security_xattr() in all cases to remove code duplicationXiu Jianfeng
2023-01-19LoadPin: Allow filesystem switch when not enforcingKees Cook
2023-01-19LoadPin: Move pin reporting cleanly out of lockingKees Cook
2023-01-19LoadPin: Refactor sysctl initializationKees Cook
2023-01-19LoadPin: Refactor read-only check into a helperKees Cook
2023-01-19fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner
2023-01-19fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner
2023-01-19fs: port acl to mnt_idmapChristian Brauner
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2023-01-18mm: new primitive kvmemdup()Hao Sun
2023-01-18ima: fix ima_delete_rules() kernel-doc warningRandy Dunlap
2023-01-18ima: return IMA digest value only when IMA_COLLECTED flag is setMatt Bobrowski
2023-01-18ima: fix error handling logic when file measurement failedMatt Bobrowski
2023-01-13tomoyo: Update website linkTetsuo Handa
2023-01-13tomoyo: Remove "select SRCU"Paul E. McKenney
2023-01-09tomoyo: Omit use of bin2cMasahiro Yamada
2023-01-07tomoyo: avoid unneeded creation of builtin-policy.hMasahiro Yamada
2023-01-07tomoyo: fix broken dependency on *.conf.defaultMasahiro Yamada
2022-12-23Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-21Merge tag 'fs.vfsuid.ima.v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-12-14security: Restrict CONFIG_ZERO_CALL_USED_REGS to gcc or clang > 15.0.6Nathan Chancellor
2022-12-14LoadPin: Ignore the "contents" argument of the LSM hooksKees Cook