summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2023-03-08lsm: fix doc warnings in the LSM hook commentsPaul Moore
2023-03-06lsm: styling fixes to security/security.cPaul Moore
2023-03-06lsm: move the remaining LSM hook comments to security/security.cPaul Moore
2023-03-06lsm: move the io_uring hook comments to security/security.cPaul Moore
2023-03-06lsm: move the perf hook comments to security/security.cPaul Moore
2023-03-06lsm: move the bpf hook comments to security/security.cPaul Moore
2023-03-06lsm: move the audit hook comments to security/security.cPaul Moore
2023-03-06lsm: move the binder hook comments to security/security.cPaul Moore
2023-03-06lsm: move the sysv hook comments to security/security.cPaul Moore
2023-03-06lsm: move the key hook comments to security/security.cPaul Moore
2023-03-06lsm: move the xfrm hook comments to security/security.cPaul Moore
2023-03-06lsm: move the Infiniband hook comments to security/security.cPaul Moore
2023-03-06lsm: move the SCTP hook comments to security/security.cPaul Moore
2023-03-06lsm: move the socket hook comments to security/security.cPaul Moore
2023-03-06lsm: move the AF_UNIX hook comments to security/security.cPaul Moore
2023-03-06lsm: move the netlink hook comments to security/security.cPaul Moore
2023-03-06lsm: move the task hook comments to security/security.cPaul Moore
2023-03-06lsm: move the file hook comments to security/security.cPaul Moore
2023-03-06lsm: move the kernfs hook comments to security/security.cPaul Moore
2023-03-06lsm: move the inode hook comments to security/security.cPaul Moore
2023-03-06lsm: move the filesystem hook comments to security/security.cPaul Moore
2023-03-06lsm: move the fs_context hook comments to security/security.cPaul Moore
2023-03-06lsm: move the program execution hook comments to security/security.cPaul Moore
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