Age | Commit message (Expand) | Author | Files | Lines |
2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+1 |
2021-12-29 | Merge tag 'selinux-pr-20211228' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2021-12-27 | selinux: initialize proto variable in selinux_ip_postroute_compat() | Tom Rix | 1 | -1/+1 |
2021-12-22 | Merge tag 'tomoyo-pr-20211222' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1 | Linus Torvalds | 1 | -17/+14 |
2021-12-17 | add missing bpf-cgroup.h includes | Jakub Kicinski | 1 | -0/+1 |
2021-12-17 | selinux: fix sleeping function called from invalid context | Scott Mayhew | 1 | -14/+19 |
2021-12-15 | tomoyo: use hwight16() in tomoyo_domain_quota_is_ok() | Tetsuo Handa | 1 | -10/+7 |
2021-12-15 | tomoyo: Check exceeded quota early in tomoyo_domain_quota_is_ok(). | Dmitry Vyukov | 1 | -7/+7 |
2021-11-20 | selinux: fix NULL-pointer dereference when hashtab allocation fails | Ondrej Mosnacek | 1 | -5/+12 |
2021-11-12 | net,lsm,selinux: revert the security_sctp_assoc_established() hook | Paul Moore | 2 | -20/+1 |
2021-11-12 | Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 11 | -66/+90 |
2021-11-11 | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 4 | -26/+45 |
2021-11-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -14/+0 |
2021-11-06 | mm: remove HARDENED_USERCOPY_FALLBACK | Stephen Kitt | 1 | -14/+0 |
2021-11-04 | apparmor: remove duplicated 'Returns:' comments | Austin Kim | 1 | -2/+0 |
2021-11-04 | apparmor: remove unneeded one-line hook wrappers | Florian Westphal | 1 | -18/+2 |
2021-11-04 | apparmor: Use struct_size() helper in kzalloc() | Gustavo A. R. Silva | 2 | -4/+2 |
2021-11-03 | security: implement sctp_assoc_established hook in selinux | Xin Long | 1 | -1/+13 |
2021-11-03 | security: add sctp_assoc_established hook | Xin Long | 1 | -0/+7 |
2021-11-03 | security: pass asoc to sctp_assoc_request and sctp_sk_clone | Xin Long | 4 | -26/+26 |
2021-11-03 | apparmor: fix zero-length compiler warning in AA_BUG() | John Johansen | 1 | -1/+6 |
2021-11-03 | apparmor: use per file locks for transactional queries | Hamza Mahfooz | 1 | -6/+5 |
2021-11-03 | apparmor: fix doc warning | ChenXiaoSong | 1 | -1/+1 |
2021-11-03 | apparmor: Remove the repeated declaration | Shaokun Zhang | 1 | -4/+0 |
2021-11-03 | apparmor: avoid -Wempty-body warning | Arnd Bergmann | 1 | -1/+1 |
2021-11-02 | Merge tag 'integrity-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -45/+202 |
2021-11-02 | Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2021-11-02 | Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 10 | -255/+272 |
2021-11-02 | Merge tag 'Smack-for-5.16' of https://github.com/cschaufler/smack-next | Linus Torvalds | 3 | -44/+34 |
2021-11-02 | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+3 |
2021-11-02 | Merge tag 'hardening-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+10 |
2021-11-01 | apparmor: Fix internal policy capable check for policy management | John Johansen | 1 | -1/+1 |
2021-10-29 | evm: mark evm_fixmode as __ro_after_init | Austin Kim | 1 | -1/+1 |
2021-10-22 | smackfs: use netlbl_cfg_cipsov4_del() for deleting cipso_v4_doi | Tetsuo Handa | 1 | -1/+1 |
2021-10-22 | smackfs: use __GFP_NOFAIL for smk_cipso_doi() | Tetsuo Handa | 1 | -3/+1 |
2021-10-22 | Merge branch 'ucount-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+8 |
2021-10-21 | gcc-plugins: Explicitly document purpose and deprecation schedule | Kees Cook | 1 | -3/+6 |
2021-10-20 | ucounts: Move get_ucounts from cred_alloc_blank to key_change_session_keyring | Eric W. Biederman | 1 | -0/+8 |
2021-10-20 | security: Return xattr name from security_dentry_init_security() | Vivek Goyal | 2 | -4/+9 |
2021-10-19 | selinux: fix a sock regression in selinux_ip_postroute_compat() | Paul Moore | 1 | -2/+2 |
2021-10-15 | binder: use cred instead of task for selinux checks | Todd Kjos | 2 | -42/+20 |
2021-10-14 | LSM: Avoid warnings about potentially unused hook variables | Kees Cook | 1 | -1/+1 |
2021-10-14 | Smack: fix W=1 build warnings | Casey Schaufler | 1 | -12/+18 |
2021-10-13 | selinux: fix all of the W=1 build warnings | Paul Moore | 6 | -8/+33 |
2021-10-13 | selinux: make better use of the nf_hook_state passed to the NF hooks | Paul Moore | 1 | -27/+25 |
2021-10-12 | smack: remove duplicated hook function | Florian Westphal | 1 | -23/+3 |
2021-10-12 | selinux: fix race condition when computing ocontext SIDs | Ondrej Mosnacek | 1 | -85/+77 |
2021-10-12 | selinux: remove unneeded ipv6 hook wrappers | Florian Westphal | 1 | -62/+18 |
2021-10-10 | ima: Use strscpy instead of strlcpy | Petr Vorel | 2 | -2/+2 |
2021-10-10 | ima_policy: Remove duplicate 'the' in docs comment | Petr Vorel | 1 | -2/+1 |