summaryrefslogtreecommitdiffstats
path: root/security (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-011-0/+1
|\
| * security/keys: export key_lookup()Hannes Reinecke2023-10-111-0/+1
* | Merge tag 'lsm-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-315-16/+16
|\ \
| * | lsm: fix a spelling mistakePaul Moore2023-10-041-1/+1
| * | lsm: constify 'sb' parameter in security_sb_kern_mount()Khadija Kamran2023-09-142-2/+2
| * | lsm: constify 'bprm' parameter in security_bprm_committed_creds()Khadija Kamran2023-09-144-4/+4
| * | lsm: constify 'bprm' parameter in security_bprm_committing_creds()Khadija Kamran2023-09-143-3/+3
| * | lsm: constify 'file' parameter in security_bprm_creds_from_file()Khadija Kamran2023-09-142-3/+3
| * | lsm: constify 'sb' parameter in security_quotactl()Khadija Kamran2023-09-132-3/+3
* | | Merge tag 'selinux-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-10-317-30/+33
|\ \ \
| * | | selinux: simplify avtab_insert_node() prototypeJacob Satterfield2023-10-031-13/+7
| * | | selinux: hweight optimization in avtab_read_itemJacob Satterfield2023-09-131-5/+2
| * | | selinux: improve role transition hashingChristian Göttsche2023-09-131-1/+1
| * | | selinux: simplify avtab slot calculationChristian Göttsche2023-09-131-7/+1
| * | | selinux: improve debug configurationChristian Göttsche2023-09-132-0/+12
| * | | selinux: print sum of chain lengths^2 for hash tablesChristian Göttsche2023-09-134-3/+9
| * | | selinux: Annotate struct sidtab_str_cache with __counted_byKees Cook2023-09-121-1/+1
| |/ /
* | | Merge tag 'tpmdd-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkk...Linus Torvalds2023-10-314-63/+30
|\ \ \
| * | | keys: Remove unused extern declarationsYueHaibing2023-10-241-7/+0
| * | | integrity: powerpc: Do not select CA_MACHINE_KEYRINGMichal Suchanek2023-10-241-2/+0
| * | | KEYS: trusted: tee: Refactor register SHM usageSumit Garg2023-10-241-44/+20
| * | | KEYS: trusted: Rollback init_trusted() consistentlyJarkko Sakkinen2023-10-241-10/+10
* | | | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-311-3/+3
|\ \ \ \
| * | | | ima: Add __counted_by for struct modsig and use struct_size()Gustavo A. R. Silva2023-10-201-3/+3
| | |_|/ | |/| |
* | | | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-304-7/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | security: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
| * | | selinux: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
| * | | apparmor: convert to new timestamp accessorsJeff Layton2023-10-182-5/+6
* | | | KEYS: trusted: Remove redundant static calls usageSumit Garg2023-10-101-8/+5
|/ / /
* | | ima: rework CONFIG_IMA dependency blockArnd Bergmann2023-09-271-12/+6
* | | ima: Finish deprecation of IMA_TRUSTED_KEYRING KconfigOleksandr Tymoshenko2023-09-261-2/+2
|/ /
* / selinux: fix handling of empty opts in selinux_fs_context_submount()Ondrej Mosnacek2023-09-121-2/+8
|/
* Merge tag 'landlock-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-09-081-1/+1
|\
| * landlock: Annotate struct landlock_rule with __counted_byKees Cook2023-08-181-1/+1
* | Merge tag 'tomoyo-pr-20230903' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds2023-09-043-7/+5
|\ \
| * | tomoyo: remove unused function declarationGONG, Ruiqi2023-08-131-2/+0
| * | tomoyo: refactor deprecated strncpyJustin Stitt2023-08-051-3/+2
| * | tomoyo: add format attributes to functionsChristian Göttsche2023-07-232-2/+3
* | | Merge tag 'Smack-for-6.6' of https://github.com/cschaufler/smack-nextLinus Torvalds2023-08-301-2/+2
|\ \ \
| * | | smackfs: Prevent underflow in smk_set_cipso()Dan Carpenter2023-08-071-1/+1
| * | | security: smack: smackfs: fix typo (lables->labels)Tóth János2023-08-071-1/+1
* | | | Merge tag 'integrity-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-08-305-30/+16
|\ \ \ \
| * | | | kexec_lock: Replace kexec_mutex() by kexec_lock() in two commentsWenyu Liu2023-08-071-1/+1
| * | | | ima: require signed IMA policy when UEFI secure boot is enabledCoiby Xu2023-08-011-0/+3
| * | | | integrity: Always reference the blacklist keyring with appraisalEric Snowberg2023-08-012-17/+12
| * | | | ima: Remove deprecated IMA_TRUSTED_KEYRING KconfigNayna Jain2023-08-011-12/+0
* | | | | Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-309-83/+162
|\ \ \ \ \
| * | | | | lsm: constify the 'file' parameter in security_binder_transfer_file()Khadija Kamran2023-08-152-5/+5
| * | | | | lsm: constify the 'target' parameter in security_capget()Khadija Kamran2023-08-084-4/+4
| * | | | | lsm: add comment block for security_sk_classify_flow LSM hookKhadija Kamran2023-07-311-0/+7