summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'lsm-pr-20230420' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-244-118/+2639
|\
| * security: Remove security_old_inode_init_security()Roberto Sassu2023-03-231-11/+0
| * security: Remove integrity from the LSM list in KconfigRoberto Sassu2023-03-101-7/+9
| * Revert "integrity: double check iint_cache was initialized"Roberto Sassu2023-03-101-8/+0
| * security: Introduce LSM_ORDER_LAST and set it for the integrity LSMRoberto Sassu2023-03-102-3/+10
| * device_cgroup: Fix typo in devcgroup_css_alloc descriptionKamalesh Babulal2023-03-081-1/+1
| * lsm: fix a badly named parameter in security_get_getsecurity()Paul Moore2023-03-081-5/+5
| * lsm: fix doc warnings in the LSM hook commentsPaul Moore2023-03-081-16/+17
| * lsm: styling fixes to security/security.cPaul Moore2023-03-061-84/+98
| * lsm: move the remaining LSM hook comments to security/security.cPaul Moore2023-03-061-0/+231
| * lsm: move the io_uring hook comments to security/security.cPaul Moore2023-03-061-0/+26
| * lsm: move the perf hook comments to security/security.cPaul Moore2023-03-061-0/+39
| * lsm: move the bpf hook comments to security/security.cPaul Moore2023-03-061-0/+65
| * lsm: move the audit hook comments to security/security.cPaul Moore2023-03-061-0/+41
| * lsm: move the binder hook comments to security/security.cPaul Moore2023-03-061-0/+36
| * lsm: move the sysv hook comments to security/security.cPaul Moore2023-03-061-0/+191
| * lsm: move the key hook comments to security/security.cPaul Moore2023-03-061-0/+40
| * lsm: move the xfrm hook comments to security/security.cPaul Moore2023-03-061-0/+103
| * lsm: move the Infiniband hook comments to security/security.cPaul Moore2023-03-061-0/+34
| * lsm: move the SCTP hook comments to security/security.cPaul Moore2023-03-061-0/+43
| * lsm: move the socket hook comments to security/security.cPaul Moore2023-03-061-0/+322
| * lsm: move the AF_UNIX hook comments to security/security.cPaul Moore2023-03-061-1/+41
| * lsm: move the netlink hook comments to security/security.cPaul Moore2023-03-061-0/+13
| * lsm: move the task hook comments to security/security.cPaul Moore2023-03-061-0/+334
| * lsm: move the file hook comments to security/security.cPaul Moore2023-03-061-0/+151
| * lsm: move the kernfs hook comments to security/security.cPaul Moore2023-03-061-0/+10
| * lsm: move the inode hook comments to security/security.cPaul Moore2023-03-061-0/+524
| * lsm: move the filesystem hook comments to security/security.cPaul Moore2023-03-061-0/+181
| * 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
|\ \ \