| Commit message (Expand) | Author | Age | Files | Lines |
* | selinux: free contexts previously transferred in selinux_add_opt() | Christian Göttsche | 2022-06-16 | 1 | -7/+4 |
* | KEYS: trusted: tpm2: Fix migratable logic | David Safford | 2022-06-08 | 1 | -2/+2 |
* | Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2022-06-05 | 1 | -0/+1 |
|\ |
|
| * | move mount-related externs from fs.h to mount.h | Al Viro | 2022-05-20 | 1 | -0/+1 |
* | | Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2022-05-25 | 1 | -3/+3 |
|\ \ |
|
| * | | apparmor: test: Use NULL macros | Ricardo Ribalda | 2022-04-04 | 1 | -3/+3 |
| |/ |
|
* | | Merge tag 'integrity-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-05-24 | 16 | -52/+395 |
|\ \ |
|
| * | | integrity: Fix sparse warnings in keyring_handler | Stefan Berger | 2022-05-16 | 1 | -3/+3 |
| * | | evm: Clean up some variables | Stefan Berger | 2022-05-16 | 2 | -4/+1 |
| * | | evm: Return INTEGRITY_PASS for enum integrity_status value '0' | Stefan Berger | 2022-05-16 | 1 | -1/+1 |
| * | | efi: Do not import certificates from UEFI Secure Boot for T2 Macs | Aditya Garg | 2022-05-15 | 2 | -0/+41 |
| * | | ima: support fs-verity file digest based version 3 signatures | Mimi Zohar | 2022-05-05 | 5 | -16/+177 |
| * | | ima: permit fsverity's file digests in the IMA measurement list | Mimi Zohar | 2022-05-05 | 5 | -8/+90 |
| * | | ima: define a new template field named 'd-ngv2' and templates | Mimi Zohar | 2022-05-05 | 3 | -11/+73 |
| * | | ima: use IMA default hash algorithm for integrity violations | Mimi Zohar | 2022-05-01 | 1 | -1/+1 |
| * | | ima: fix 'd-ng' comments and documentation | Mimi Zohar | 2022-05-01 | 1 | -3/+5 |
| * | | ima: remove the IMA_TEMPLATE Kconfig option | GUO Zihua | 2022-04-07 | 1 | -8/+6 |
| * | | ima: remove redundant initialization of pointer 'file'. | Colin Ian King | 2022-04-04 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-05-24 | 6 | -43/+174 |
|\ \ |
|
| * | | KEYS: trusted: Introduce support for NXP CAAM-based trusted keys | Ahmad Fatoum | 2022-05-23 | 4 | -2/+97 |
| * | | KEYS: trusted: allow use of kernel RNG for key material | Ahmad Fatoum | 2022-05-23 | 1 | -1/+34 |
| * | | KEYS: trusted: allow use of TEE as backend without TCG_TPM support | Ahmad Fatoum | 2022-05-23 | 4 | -17/+42 |
| * | | certs: Factor out the blacklist hash creation | Mickaël Salaün | 2022-05-23 | 1 | -24/+2 |
* | | | Merge tag 'Smack-for-5.19' of https://github.com/cschaufler/smack-next | Linus Torvalds | 2022-05-24 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | smack: Remove redundant assignments | Michal Orzel | 2022-05-23 | 1 | -1/+0 |
| |/ / |
|
* | | | Merge tag 'landlock-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-05-24 | 14 | -286/+848 |
|\ \ \ |
|
| * | | | landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFER | Mickaël Salaün | 2022-05-23 | 3 | -76/+528 |
| * | | | LSM: Remove double path_rename hook calls for RENAME_EXCHANGE | Mickaël Salaün | 2022-05-23 | 4 | -15/+46 |
| * | | | landlock: Move filesystem helpers and add a new one | Mickaël Salaün | 2022-05-23 | 1 | -41/+46 |
| * | | | landlock: Fix same-layer rule unions | Mickaël Salaün | 2022-05-23 | 2 | -26/+54 |
| * | | | landlock: Create find_rule() from unmask_layers() | Mickaël Salaün | 2022-05-23 | 1 | -13/+28 |
| * | | | landlock: Reduce the maximum number of layers to 16 | Mickaël Salaün | 2022-05-23 | 3 | -11/+12 |
| * | | | landlock: Define access_mask_t to enforce a consistent access mask size | Mickaël Salaün | 2022-05-23 | 5 | -15/+30 |
| * | | | landlock: Change landlock_restrict_self(2) check ordering | Mickaël Salaün | 2022-05-23 | 1 | -4/+4 |
| * | | | landlock: Change landlock_add_rule(2) argument check ordering | Mickaël Salaün | 2022-05-23 | 1 | -9/+13 |
| * | | | landlock: Fix landlock_add_rule(2) documentation | Mickaël Salaün | 2022-05-23 | 1 | -4/+3 |
| * | | | landlock: Format with clang-format | Mickaël Salaün | 2022-05-09 | 10 | -136/+142 |
| * | | | landlock: Add clang-format exceptions | Mickaël Salaün | 2022-05-09 | 2 | -0/+6 |
| | |/
| |/| |
|
* | | | Merge tag 'selinux-pr-20220523' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-05-24 | 21 | -81/+93 |
|\ \ \ |
|
| * | | | security: declare member holding string literal const | Christian Göttsche | 2022-05-13 | 1 | -1/+1 |
| * | | | selinux: log anon inode class name | Christian Göttsche | 2022-05-03 | 2 | -2/+5 |
| * | | | selinux: declare data arrays const | Christian Göttsche | 2022-05-03 | 9 | -26/+24 |
| * | | | selinux: fix indentation level of mls_ops block | Christian Göttsche | 2022-05-03 | 1 | -21/+21 |
| * | | | selinux: include necessary headers in headers | Christian Göttsche | 2022-05-03 | 6 | -1/+12 |
| * | | | selinux: avoid extra semicolon | Christian Göttsche | 2022-05-03 | 1 | -9/+9 |
| * | | | selinux: update parameter documentation | Christian Göttsche | 2022-05-03 | 2 | -1/+2 |
| * | | | selinux: resolve checkpatch errors | Christian Göttsche | 2022-05-03 | 3 | -18/+9 |
| * | | | selinux: don't sleep when CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE is true | Paul Moore | 2022-04-14 | 2 | -3/+3 |
| * | | | selinux: checkreqprot is deprecated, add some ssleep() discomfort | Paul Moore | 2022-04-04 | 3 | -3/+11 |
| * | | | selinux: runtime disable is deprecated, add some ssleep() discomfort | Paul Moore | 2022-04-04 | 1 | -0/+2 |