summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'integrity-v6.8-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-051-1/+2
|\
| * integrity: eliminate unnecessary "Problem loading X.509 certificate" msgCoiby Xu2024-02-161-1/+2
* | tomoyo: fix UAF write bug in tomoyo_write_control()Tetsuo Handa2024-03-011-1/+2
* | Merge tag 'landlock-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-02-291-2/+2
|\ \
| * | landlock: Fix asymmetric private inodes referringMickaël Salaün2024-02-261-2/+2
* | | Merge tag 'lsm-pr-20240227' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-02-272-2/+2
|\ \ \ | |/ / |/| |
| * | apparmor: fix lsm_get_self_attr()Mickaël Salaün2024-02-231-1/+1
| * | selinux: fix lsm_get_self_attr()Mickaël Salaün2024-02-231-1/+1
* | | Merge tag 'lsm-pr-20240215' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-02-161-2/+5
|\| | | |/ |/|
| * lsm: fix integer overflow in lsm_set_self_attr() syscallJann Horn2024-02-141-2/+5
* | Merge tag 'lsm-pr-20240131' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-02-011-5/+40
|\|
| * lsm: fix default return value of the socket_getpeersec_*() hooksOndrej Mosnacek2024-01-301-4/+27
| * lsm: fix the logic in security_inode_getsecctx()Ondrej Mosnacek2024-01-261-1/+13
* | Merge tag 'integrity-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-241-4/+0
|\ \
| * | Revert "KEYS: encrypted: Add check for strsep"Mimi Zohar2024-01-241-4/+0
| |/
* / exec: Check __FMODE_EXEC instead of in_execve for LSMsKees Cook2024-01-242-2/+5
|/
* Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-01-199-74/+54
|\
| * apparmor: Fix memory leak in unpack_profile()Gaosheng Cui2024-01-091-0/+2
| * apparmor: avoid crash when parsed profile name is emptyFedor Pchelkin2024-01-041-0/+4
| * apparmor: fix possible memory leak in unpack_trans_tableFedor Pchelkin2024-01-042-4/+4
| * apparmor: free the allocated pdb objectsFedor Pchelkin2024-01-031-6/+7
| * apparmor: Fix ref count leak in task_killJohn Johansen2023-12-291-1/+0
| * apparmor: cleanup network hook commentsJohn Johansen2023-11-261-44/+16
| * apparmor: add missing params to aa_may_ptrace kernel-doc commentsJohn Johansen2023-11-191-0/+2
| * apparmor: declare nulldfa as staticJohn Johansen2023-11-191-1/+1
| * apparmor: declare stack_msg as staticJohn Johansen2023-11-191-1/+1
| * apparmor: switch SECURITY_APPARMOR_HASH from sha1 to sha256Dimitri John Ledkov2023-11-193-17/+17
* | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-01-111-6/+1
|\ \
| * | apparmorfs: don't duplicate kfree_link()Al Viro2023-12-211-6/+1
| |/
* | Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-112-2/+2
|\ \
| * | io_uring: split out cmd api into a separate headerPavel Begunkov2023-12-122-2/+2
| |/
* | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-102-0/+2
|\ \
| * | shm: Slim down dependenciesKent Overstreet2023-12-202-0/+2
| |/
* | Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2024-01-094-7/+51
|\ \
| * | evm: add support to disable EVM on unsupported filesystemsMimi Zohar2023-12-201-1/+34
| * | evm: don't copy up 'security.evm' xattrMimi Zohar2023-12-202-1/+8
| * | KEYS: encrypted: Add check for strsepChen Ni2023-11-271-0/+4
| * | ima: Remove EXPERIMENTAL from KconfigEric Snowberg2023-11-271-1/+1
| * | ima: Reword IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARYEric Snowberg2023-11-271-5/+5
| |/
* | Merge tag 'landlock-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-092-16/+17
|\ \
| * | landlock: Optimize the number of calls to get_access_mask slightlyGünther Noack2024-01-031-2/+3
| * | landlock: Remove remaining "inline" modifiers in .c files [v6.6]Günther Noack2024-01-031-1/+1
| * | landlock: Remove remaining "inline" modifiers in .c files [v6.1]Günther Noack2024-01-031-9/+9
| * | landlock: Remove remaining "inline" modifiers in .c files [v5.15]Günther Noack2024-01-032-4/+4
| |/
* | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-0921-69/+769
|\ \
| * | lsm: new security_file_ioctl_compat() hookAlfred Piccioni2023-12-244-0/+48
| * | lsm: mark the lsm_id variables are marked as staticPaul Moore2023-11-129-9/+9
| * | lsm: convert security_setselfattr() to use memdup_user()Paul Moore2023-11-121-8/+3
| * | lsm: align based on pointer length in lsm_fill_user_ctx()Paul Moore2023-11-121-1/+1
| * | lsm: consolidate buffer size handling into lsm_fill_user_ctx()Paul Moore2023-11-124-74/+63