summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds2023-04-241-1/+1
|\
| * docs: move x86 documentation into Documentation/arch/Jonathan Corbet2023-03-301-1/+1
* | Merge tag 'tpmdd-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2023-04-242-3/+28
|\ \
| * | integrity: machine keyring CA configurationEric Snowberg2023-04-242-3/+28
* | | Merge tag 'Smack-for-6.4' of https://github.com/cschaufler/smack-nextLinus Torvalds2023-04-241-40/+24
|\ \ \
| * | | Smack: Improve mount process memory useCasey Schaufler2023-04-051-39/+23
| * | | smack_lsm: remove unnecessary type castingXU pengfei2023-03-081-1/+1
| | |/ | |/|
* | | Merge tag 'tomoyo-pr-20230424' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds2023-04-243-48/+4
|\ \ \
| * | | tomoyo: replace tomoyo_round2() with kmalloc_size_roundup()Vlastimil Babka2023-03-013-48/+4
* | | | 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
|\