summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | lsm: move the fs_context hook comments to security/security.cPaul Moore2023-03-061-0/+23
| * | | | lsm: move the program execution hook comments to security/security.cPaul Moore2023-03-061-0/+69
| | |/ / | |/| |
* | | | Merge tag 'selinux-pr-20230420' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-2434-1223/+727
|\ \ \ \ | |_|_|/ |/| | |
| * | | selinux: ensure av_permissions.h is built when neededPaul Moore2023-04-121-1/+1
| * | | selinux: fix Makefile dependencies of flask.hOndrej Mosnacek2023-04-121-2/+2
| * | | selinux: stop returning node from avc_insert()Stephen Smalley2023-04-041-13/+11
| * | | selinux: remove the runtime disable functionalityPaul Moore2023-03-2018-163/+29
| * | | selinux: remove the 'checkreqprot' functionalityPaul Moore2023-03-204-56/+11
| * | | selinux: stop passing selinux_state pointers and their offspringStephen Smalley2023-03-1418-995/+651
| * | | selinux: uninline unlikely parts of avc_has_perm_noaudit()Paul Moore2023-03-081-28/+57
| |/ /
* / / keys: Do not cache key in task struct if key is requested from kernel threadDavid Howells2023-03-211-3/+6
|/ /
* / capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds2023-03-012-37/+52
|/
* Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-02-251-15/+32
|\
| * integrity/powerpc: Support loading keys from PLPKSRussell Currey2023-02-131-7/+10
| * integrity/powerpc: Improve error handling & reporting when loading certsRussell Currey2023-02-131-6/+20
| * powerpc/secvar: Use u64 in secvar_operationsMichael Ellerman2023-02-121-2/+2
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-232-13/+4
|\ \
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-3/+3
| * | mm: new primitive kvmemdup()Hao Sun2023-01-181-10/+1
| |/
* | Merge tag 'Smack-for-6.3' of https://github.com/cschaufler/smack-nextLinus Torvalds2023-02-221-3/+14
|\ \
| * | smackfs: Added check catlenDenis Arefev2023-02-211-3/+14
* | | Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-02-227-32/+62
|\ \ \
| * | | ima: Introduce MMAP_CHECK_REQPROT hookRoberto Sassu2023-01-315-6/+32
| * | | ima: Align ima_file_mmap() parameters with mmap_file LSM hookRoberto Sassu2023-01-312-5/+9
| * | | evm: call dump_security_xattr() in all cases to remove code duplicationXiu Jianfeng2023-01-311-17/+16
| * | | ima: fix ima_delete_rules() kernel-doc warningRandy Dunlap2023-01-181-1/+2
| * | | ima: return IMA digest value only when IMA_COLLECTED flag is setMatt Bobrowski2023-01-181-1/+1
| * | | ima: fix error handling logic when file measurement failedMatt Bobrowski2023-01-182-2/+2
| | |/ | |/|
* | | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-02-211-25/+5
|\ \ \
| * | | KEYS: DH: Use crypto_wait_reqHerbert Xu2023-02-131-25/+5
| |/ /
* | | Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-212-37/+55
|\ \ \
| * | | randstruct: disable Clang 15 supportEric Biggers2023-02-081-0/+3
| * | | LoadPin: Allow filesystem switch when not enforcingKees Cook2023-01-191-5/+11
| * | | LoadPin: Move pin reporting cleanly out of lockingKees Cook2023-01-191-9/+6
| * | | LoadPin: Refactor sysctl initializationKees Cook2023-01-191-16/+19
| * | | LoadPin: Refactor read-only check into a helperKees Cook2023-01-191-12/+21
| |/ /
* | | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-2019-165/+163
|\ \ \
| * | | fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-191-6/+3
| * | | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-194-14/+11
| * | | fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner2023-01-191-3/+2
| * | | fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-191-3/+2
| * | | fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-191-3/+2
| * | | fs: port acl to mnt_idmapChristian Brauner2023-01-195-26/+26
| * | | fs: port xattr to mnt_idmapChristian Brauner2023-01-1913-94/+99
| * | | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-199-16/+17
| * | | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-193-6/+7
| |/ /
* | | Merge tag 'tpm-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jar...Linus Torvalds2023-02-201-37/+100
|\ \ \
| * | | KEYS: Add new function key_create()Thomas Weißschuh2023-02-131-37/+100
| | |/ | |/|
* / | apparmor: Fix regression in compat permissions for getattrJohn Johansen2023-02-151-2/+1
|/ /