Age | Commit message (Expand) | Author |
2022-02-15 | security: implement sctp_assoc_established hook in selinux | Ondrej Mosnacek |
2022-02-04 | selinux: parse contexts for mount options early | Ondrej Mosnacek |
2022-02-02 | selinux: fix double free of cond_list on error paths | Vratislav Bendel |
2022-02-01 | selinux: various sparse fixes | Paul Moore |
2022-02-01 | selinux: try to use preparsed sid before calling parse_sid() | Scott Mayhew |
2022-02-01 | selinux: Fix selinux_sb_mnt_opts_compat() | Scott Mayhew |
2022-01-27 | LSM: general protection fault in legacy_parse_param | Casey Schaufler |
2022-01-27 | selinux: fix a type cast problem in cred_init_security() | Paul Moore |
2022-01-26 | selinux: drop unused macro | Christian Göttsche |
2022-01-26 | selinux: simplify cred_init_security | Christian Göttsche |
2022-01-26 | selinux: do not discard const qualifier in cast | Christian Göttsche |
2022-01-26 | selinux: drop unused parameter of avtab_insert_node | Christian Göttsche |
2022-01-26 | selinux: drop cast to same type | Christian Göttsche |
2022-01-26 | selinux: enclose macro arguments in parenthesis | Christian Göttsche |
2022-01-26 | selinux: declare name parameter of hash_eval const | Christian Göttsche |
2022-01-25 | selinux: declare path parameters of _genfs_sid const | Christian Göttsche |
2022-01-25 | selinux: check return value of sel_make_avc_files | Christian Göttsche |
2022-01-25 | selinux: access superblock_security_struct in LSM blob way | GONG, Ruiqi |
2022-01-11 | Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-12-27 | selinux: initialize proto variable in selinux_ip_postroute_compat() | Tom Rix |
2021-12-21 | selinux: minor tweaks to selinux_add_opt() | Paul Moore |
2021-12-21 | selinux: fix potential memleak in selinux_add_opt() | Bernard Zhao |
2021-12-16 | selinux: fix sleeping function called from invalid context | Scott Mayhew |
2021-12-06 | security,selinux: remove security_add_mnt_opt() | Ondrej Mosnacek |
2021-12-05 | selinux: Use struct_size() helper in kmalloc() | Xiu Jianfeng |
2021-11-22 | lsm: security_task_getsecid_subj() -> security_current_getsecid_subj() | Paul Moore |
2021-11-19 | selinux: fix NULL-pointer dereference when hashtab allocation fails | Ondrej Mosnacek |
2021-11-12 | net,lsm,selinux: revert the security_sctp_assoc_established() hook | Paul Moore |
2021-11-03 | security: implement sctp_assoc_established hook in selinux | Xin Long |
2021-11-03 | security: pass asoc to sctp_assoc_request and sctp_sk_clone | Xin Long |
2021-11-01 | Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-10-20 | security: Return xattr name from security_dentry_init_security() | Vivek Goyal |
2021-10-19 | selinux: fix a sock regression in selinux_ip_postroute_compat() | Paul Moore |
2021-10-14 | binder: use cred instead of task for selinux checks | Todd Kjos |
2021-10-13 | selinux: fix all of the W=1 build warnings | Paul Moore |
2021-10-13 | selinux: make better use of the nf_hook_state passed to the NF hooks | Paul Moore |
2021-10-11 | selinux: fix race condition when computing ocontext SIDs | Ondrej Mosnacek |
2021-10-11 | selinux: remove unneeded ipv6 hook wrappers | Florian Westphal |
2021-10-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ | David S. Miller |
2021-09-30 | selinux: remove the SELinux lockdown implementation | Paul Moore |
2021-09-28 | selinux: enable genfscon labeling for securityfs | Christian Göttsche |
2021-09-23 | selinux,smack: fix subjective/objective credential use mixups | Paul Moore |
2021-09-19 | selinux: add support for the io_uring access controls | Paul Moore |
2021-09-14 | include/uapi/linux/xfrm.h: Fix XFRM_MSG_MAPPING ABI breakage | Eugene Syromiatnikov |
2021-09-02 | Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2021-08-31 | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2021-08-31 | Merge tag 'selinux-pr-20210830' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-08-02 | selinux: correct the return value when loads initial sids | Xiu Jianfeng |
2021-07-29 | mctp: Add MCTP base | Jeremy Kerr |