summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | lsm: correct error codes in security_getselfattr()Paul Moore2023-11-121-2/+2
| * | lsm: cleanup the size counters in security_getselfattr()Paul Moore2023-11-121-1/+2
| * | lsm: don't yet account for IMA in LSM_CONFIG_COUNT calculationRoberto Sassu2023-11-121-1/+0
| * | SELinux: Add selfattr hooksCasey Schaufler2023-11-121-27/+107
| * | AppArmor: Add selfattr hooksCasey Schaufler2023-11-123-11/+92
| * | Smack: implement setselfattr and getselfattr hooksCasey Schaufler2023-11-121-5/+90
| * | LSM: Helpers for attribute names and filling lsm_ctxCasey Schaufler2023-11-122-0/+65
| * | LSM: Create lsm_list_modules system callCasey Schaufler2023-11-121-0/+39
| * | LSM: syscalls for current process attributesCasey Schaufler2023-11-123-0/+210
| * | proc: Use lsmids instead of lsm names for attrsCasey Schaufler2023-11-121-8/+7
| * | LSM: Maintain a table of LSM attribute dataCasey Schaufler2023-11-121-0/+37
| * | LSM: Identify modules by more than nameCasey Schaufler2023-11-1217-20/+92
| |/
* | Merge tag 'selinux-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-0919-600/+538
|\ \