Age | Commit message (Expand) | Author | Files | Lines |
2023-12-20 | evm: add support to disable EVM on unsupported filesystems | Mimi Zohar | 1 | -1/+34 |
2023-12-20 | evm: don't copy up 'security.evm' xattr | Mimi Zohar | 2 | -1/+8 |
2023-12-15 | cred: get rid of CONFIG_DEBUG_CREDENTIALS | Jens Axboe | 1 | -6/+0 |
2023-12-12 | fsnotify: optionally pass access range in file permission hooks | Amir Goldstein | 1 | -7/+1 |
2023-12-12 | fsnotify: split fsnotify_perm() into two hooks | Amir Goldstein | 1 | -2/+2 |
2023-12-12 | io_uring: split out cmd api into a separate header | Pavel Begunkov | 2 | -2/+2 |
2023-12-07 | selinux: remove the wrong comment about multithreaded process handling | Munehisa Kamata | 1 | -1/+0 |
2023-12-05 | iov_iter: replace import_single_range() with import_ubuf() | Jens Axboe | 1 | -2/+2 |
2023-12-05 | iov_iter: remove unused 'iov' argument from import_single_range() | Jens Axboe | 1 | -2/+1 |
2023-11-27 | KEYS: encrypted: Add check for strsep | Chen Ni | 1 | -0/+4 |
2023-11-27 | ima: Remove EXPERIMENTAL from Kconfig | Eric Snowberg | 1 | -1/+1 |
2023-11-27 | ima: Reword IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY | Eric Snowberg | 1 | -5/+5 |
2023-11-26 | apparmor: cleanup network hook comments | John Johansen | 1 | -44/+16 |
2023-11-21 | selinux: introduce an initial SID for early boot processes | Ondrej Mosnacek | 7 | -2/+76 |
2023-11-20 | selinux: refactor avtab_node comparisons | Jacob Satterfield | 1 | -60/+41 |
2023-11-19 | apparmor: add missing params to aa_may_ptrace kernel-doc comments | John Johansen | 1 | -0/+2 |
2023-11-19 | apparmor: declare nulldfa as static | John Johansen | 1 | -1/+1 |
2023-11-19 | apparmor: declare stack_msg as static | John Johansen | 1 | -1/+1 |
2023-11-19 | apparmor: switch SECURITY_APPARMOR_HASH from sha1 to sha256 | Dimitri John Ledkov | 3 | -17/+17 |
2023-11-16 | selinux: update filenametr_hash() to use full_name_hash() | Paul Moore | 1 | -9/+2 |
2023-11-16 | selinux: saner handling of policy reloads | Al Viro | 1 | -78/+66 |
2023-11-12 | lsm: mark the lsm_id variables are marked as static | Paul Moore | 9 | -9/+9 |
2023-11-12 | lsm: convert security_setselfattr() to use memdup_user() | Paul Moore | 1 | -8/+3 |
2023-11-12 | lsm: align based on pointer length in lsm_fill_user_ctx() | Paul Moore | 1 | -1/+1 |
2023-11-12 | lsm: consolidate buffer size handling into lsm_fill_user_ctx() | Paul Moore | 4 | -74/+63 |
2023-11-12 | lsm: correct error codes in security_getselfattr() | Paul Moore | 1 | -2/+2 |
2023-11-12 | lsm: cleanup the size counters in security_getselfattr() | Paul Moore | 1 | -1/+2 |
2023-11-12 | lsm: don't yet account for IMA in LSM_CONFIG_COUNT calculation | Roberto Sassu | 1 | -1/+0 |
2023-11-12 | SELinux: Add selfattr hooks | Casey Schaufler | 1 | -27/+107 |
2023-11-12 | AppArmor: Add selfattr hooks | Casey Schaufler | 3 | -11/+92 |
2023-11-12 | Smack: implement setselfattr and getselfattr hooks | Casey Schaufler | 1 | -5/+90 |
2023-11-12 | LSM: Helpers for attribute names and filling lsm_ctx | Casey Schaufler | 2 | -0/+65 |
2023-11-12 | LSM: Create lsm_list_modules system call | Casey Schaufler | 1 | -0/+39 |
2023-11-12 | LSM: syscalls for current process attributes | Casey Schaufler | 3 | -0/+210 |
2023-11-12 | proc: Use lsmids instead of lsm names for attrs | Casey Schaufler | 1 | -8/+7 |
2023-11-12 | LSM: Maintain a table of LSM attribute data | Casey Schaufler | 1 | -0/+37 |
2023-11-12 | LSM: Identify modules by more than name | Casey Schaufler | 17 | -20/+92 |
2023-11-03 | Merge tag 'apparmor-pr-2023-11-03' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 32 | -848/+1336 |
2023-11-03 | Merge tag 'landlock-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 10 | -301/+923 |
2023-11-02 | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+1 |
2023-11-02 | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 2 | -3/+2 |
2023-11-02 | Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z... | Linus Torvalds | 5 | -34/+81 |
2023-11-01 | Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+1 |
2023-10-31 | ima: detect changes to the backing overlay file | Mimi Zohar | 3 | -1/+22 |
2023-10-31 | integrity: fix indentation of config attributes | Prasad Pandit | 1 | -22/+22 |
2023-10-31 | ima: annotate iint mutex to avoid lockdep false positive warnings | Amir Goldstein | 1 | -11/+37 |
2023-10-30 | Merge tag 'lsm-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -16/+16 |
2023-10-30 | Merge tag 'selinux-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 7 | -30/+33 |
2023-10-30 | Merge tag 'tpmdd-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkk... | Linus Torvalds | 4 | -63/+30 |
2023-10-30 | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+3 |