| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'lsm-pr-20240131' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2024-02-01 | 1 | -5/+40 |
|\ |
|
| * | lsm: fix default return value of the socket_getpeersec_*() hooks | Ondrej Mosnacek | 2024-01-30 | 1 | -4/+27 |
| * | lsm: fix the logic in security_inode_getsecctx() | Ondrej Mosnacek | 2024-01-26 | 1 | -1/+13 |
* | | Merge tag 'integrity-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2024-01-24 | 1 | -4/+0 |
|\ \ |
|
| * | | Revert "KEYS: encrypted: Add check for strsep" | Mimi Zohar | 2024-01-24 | 1 | -4/+0 |
| |/ |
|
* / | exec: Check __FMODE_EXEC instead of in_execve for LSMs | Kees Cook | 2024-01-24 | 2 | -2/+5 |
|/ |
|
* | Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2024-01-19 | 9 | -74/+54 |
|\ |
|
| * | apparmor: Fix memory leak in unpack_profile() | Gaosheng Cui | 2024-01-09 | 1 | -0/+2 |
| * | apparmor: avoid crash when parsed profile name is empty | Fedor Pchelkin | 2024-01-04 | 1 | -0/+4 |
| * | apparmor: fix possible memory leak in unpack_trans_table | Fedor Pchelkin | 2024-01-04 | 2 | -4/+4 |
| * | apparmor: free the allocated pdb objects | Fedor Pchelkin | 2024-01-03 | 1 | -6/+7 |
| * | apparmor: Fix ref count leak in task_kill | John Johansen | 2023-12-29 | 1 | -1/+0 |
| * | apparmor: cleanup network hook comments | John Johansen | 2023-11-26 | 1 | -44/+16 |
| * | apparmor: add missing params to aa_may_ptrace kernel-doc comments | John Johansen | 2023-11-19 | 1 | -0/+2 |
| * | apparmor: declare nulldfa as static | John Johansen | 2023-11-19 | 1 | -1/+1 |
| * | apparmor: declare stack_msg as static | John Johansen | 2023-11-19 | 1 | -1/+1 |
| * | apparmor: switch SECURITY_APPARMOR_HASH from sha1 to sha256 | Dimitri John Ledkov | 2023-11-19 | 3 | -17/+17 |
* | | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2024-01-11 | 1 | -6/+1 |
|\ \ |
|
| * | | apparmorfs: don't duplicate kfree_link() | Al Viro | 2023-12-21 | 1 | -6/+1 |
| |/ |
|
* | | Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linux | Linus Torvalds | 2024-01-11 | 2 | -2/+2 |
|\ \ |
|
| * | | io_uring: split out cmd api into a separate header | Pavel Begunkov | 2023-12-12 | 2 | -2/+2 |
| |/ |
|
* | | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 2024-01-10 | 2 | -0/+2 |
|\ \ |
|
| * | | shm: Slim down dependencies | Kent Overstreet | 2023-12-20 | 2 | -0/+2 |
| |/ |
|
* | | Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z... | Linus Torvalds | 2024-01-09 | 4 | -7/+51 |
|\ \ |
|
| * | | evm: add support to disable EVM on unsupported filesystems | Mimi Zohar | 2023-12-20 | 1 | -1/+34 |
| * | | evm: don't copy up 'security.evm' xattr | Mimi Zohar | 2023-12-20 | 2 | -1/+8 |
| * | | KEYS: encrypted: Add check for strsep | Chen Ni | 2023-11-27 | 1 | -0/+4 |
| * | | ima: Remove EXPERIMENTAL from Kconfig | Eric Snowberg | 2023-11-27 | 1 | -1/+1 |
| * | | ima: Reword IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY | Eric Snowberg | 2023-11-27 | 1 | -5/+5 |
| |/ |
|
* | | Merge tag 'landlock-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2024-01-09 | 2 | -16/+17 |
|\ \ |
|
| * | | landlock: Optimize the number of calls to get_access_mask slightly | Günther Noack | 2024-01-03 | 1 | -2/+3 |
| * | | landlock: Remove remaining "inline" modifiers in .c files [v6.6] | Günther Noack | 2024-01-03 | 1 | -1/+1 |
| * | | landlock: Remove remaining "inline" modifiers in .c files [v6.1] | Günther Noack | 2024-01-03 | 1 | -9/+9 |
| * | | landlock: Remove remaining "inline" modifiers in .c files [v5.15] | Günther Noack | 2024-01-03 | 2 | -4/+4 |
| |/ |
|
* | | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2024-01-09 | 21 | -69/+769 |
|\ \ |
|
| * | | lsm: new security_file_ioctl_compat() hook | Alfred Piccioni | 2023-12-24 | 4 | -0/+48 |
| * | | lsm: mark the lsm_id variables are marked as static | Paul Moore | 2023-11-12 | 9 | -9/+9 |
| * | | lsm: convert security_setselfattr() to use memdup_user() | Paul Moore | 2023-11-12 | 1 | -8/+3 |
| * | | lsm: align based on pointer length in lsm_fill_user_ctx() | Paul Moore | 2023-11-12 | 1 | -1/+1 |
| * | | lsm: consolidate buffer size handling into lsm_fill_user_ctx() | Paul Moore | 2023-11-12 | 4 | -74/+63 |
| * | | lsm: correct error codes in security_getselfattr() | Paul Moore | 2023-11-12 | 1 | -2/+2 |
| * | | lsm: cleanup the size counters in security_getselfattr() | Paul Moore | 2023-11-12 | 1 | -1/+2 |
| * | | lsm: don't yet account for IMA in LSM_CONFIG_COUNT calculation | Roberto Sassu | 2023-11-12 | 1 | -1/+0 |
| * | | SELinux: Add selfattr hooks | Casey Schaufler | 2023-11-12 | 1 | -27/+107 |
| * | | AppArmor: Add selfattr hooks | Casey Schaufler | 2023-11-12 | 3 | -11/+92 |
| * | | Smack: implement setselfattr and getselfattr hooks | Casey Schaufler | 2023-11-12 | 1 | -5/+90 |
| * | | LSM: Helpers for attribute names and filling lsm_ctx | Casey Schaufler | 2023-11-12 | 2 | -0/+65 |
| * | | LSM: Create lsm_list_modules system call | Casey Schaufler | 2023-11-12 | 1 | -0/+39 |
| * | | LSM: syscalls for current process attributes | Casey Schaufler | 2023-11-12 | 3 | -0/+210 |
| * | | proc: Use lsmids instead of lsm names for attrs | Casey Schaufler | 2023-11-12 | 1 | -8/+7 |