Age | Commit message (Expand) | Author | Files | Lines |
2021-11-12 | net,lsm,selinux: revert the security_sctp_assoc_established() hook | Paul Moore | 2 | -20/+1 |
2021-11-11 | 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-06 | 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-03 | apparmor: remove duplicated 'Returns:' comments | Austin Kim | 1 | -2/+0 |
2021-11-03 | apparmor: remove unneeded one-line hook wrappers | Florian Westphal | 1 | -18/+2 |
2021-11-03 | 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-01 | Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2021-11-01 | Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 10 | -255/+272 |
2021-11-01 | Merge tag 'Smack-for-5.16' of https://github.com/cschaufler/smack-next | Linus Torvalds | 3 | -44/+34 |
2021-11-01 | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+3 |
2021-11-01 | 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-28 | 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-21 | 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-14 | 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-13 | 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-11 | selinux: fix race condition when computing ocontext SIDs | Ondrej Mosnacek | 1 | -85/+77 |
2021-10-11 | selinux: remove unneeded ipv6 hook wrappers | Florian Westphal | 1 | -62/+18 |
2021-10-09 | ima: Use strscpy instead of strlcpy | Petr Vorel | 2 | -2/+2 |
2021-10-09 | ima_policy: Remove duplicate 'the' in docs comment | Petr Vorel | 1 | -2/+1 |
2021-10-09 | ima: add gid support | Curtis Veit | 1 | -27/+174 |
2021-10-09 | ima: fix uid code style problems | Alex Henrie | 1 | -4/+6 |
2021-10-09 | ima: fix deadlock when traversing "ima_default_rules". | liqiong | 1 | -9/+18 |
2021-10-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ | David S. Miller | 1 | -1/+3 |
2021-09-30 | selinux: remove the SELinux lockdown implementation | Paul Moore | 2 | -32/+0 |
2021-09-28 | selinux: enable genfscon labeling for securityfs | Christian Göttsche | 1 | -1/+2 |
2021-09-28 | Smack:- Use overlay inode label in smack_inode_copy_up() | Vishal Goel | 1 | -1/+1 |
2021-09-25 | hardening: Avoid harmless Clang option under CONFIG_INIT_STACK_ALL_ZERO | Kees Cook | 1 | -1/+4 |
2021-09-25 | fortify: Explicitly disable Clang support | Kees Cook | 1 | -0/+3 |