summaryrefslogtreecommitdiff
path: root/security/selinux/hooks.c
AgeCommit message (Expand)Author
2021-12-27selinux: initialize proto variable in selinux_ip_postroute_compat()Tom Rix
2021-12-16selinux: fix sleeping function called from invalid contextScott Mayhew
2021-11-12net,lsm,selinux: revert the security_sctp_assoc_established() hookPaul Moore
2021-11-03security: implement sctp_assoc_established hook in selinuxXin Long
2021-11-03security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long
2021-11-01Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-10-20security: Return xattr name from security_dentry_init_security()Vivek Goyal
2021-10-19selinux: fix a sock regression in selinux_ip_postroute_compat()Paul Moore
2021-10-14binder: use cred instead of task for selinux checksTodd Kjos
2021-10-13selinux: make better use of the nf_hook_state passed to the NF hooksPaul Moore
2021-10-11selinux: remove unneeded ipv6 hook wrappersFlorian Westphal
2021-09-30selinux: remove the SELinux lockdown implementationPaul Moore
2021-09-28selinux: enable genfscon labeling for securityfsChristian Göttsche
2021-09-23selinux,smack: fix subjective/objective credential use mixupsPaul Moore
2021-09-19selinux: add support for the io_uring access controlsPaul Moore
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-07-29mctp: Add MCTP baseJeremy Kerr
2021-07-14selinux: return early for possible NULL audit buffersAustin Kim
2021-06-11selinux: kill 'flags' argument in avc_has_perm_flags() and avc_audit()Al Viro
2021-06-11selinux: slow_avc_audit has become non-blockingAl Viro
2021-05-14lsm_audit,selinux: pass IB device name by referenceOndrej Mosnacek
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2021-04-22LSM: Infrastructure management of the superblockCasey Schaufler
2021-03-22selinux: clarify task subjective and objective credentialsPaul Moore
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore
2021-03-22lsm,selinux: add new hook to compare new mount to an existing mountOlga Kornievskaia
2021-03-08selinux: Allow context mounts for unpriviliged overlayfsVivek Goyal
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-24commoncap: handle idmapped mountsChristian Brauner
2021-01-24xattr: handle idmapped mountsTycho Andersen
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2021-01-14selinux: teach SELinux about anonymous inodesDaniel Colascione
2021-01-13selinux: fall back to SECURITY_FS_USE_GENFS if no xattr supportOndrej Mosnacek
2021-01-04selinux: fix inconsistency between inode_getxattr and inode_listsecurityAmir Goldstein
2021-01-04selinux: handle MPTCP consistently with TCPPaolo Abeni
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-03security: add const qualifier to struct sock in various placesFlorian Westphal
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2020-11-23selinux: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-11-12selinux: drop super_block backpointer from superblock_security_structOndrej Mosnacek
2020-11-05selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handlingPaul Moore
2020-10-27selinux: fix error initialization in inode_doinit_with_dentry()Tianyue Ren
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-13Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-05LSM: Add "contents" flag to kernel_read_file hookKees Cook
2020-10-05LSM: Introduce kernel_post_load_data() hookKees Cook
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden
2020-09-15selinux: Add helper functions to get and set checkreqprotLakshmi Ramasubramanian
2020-08-27selinux: move policy mutex to selinux_state, use in lockdep checksStephen Smalley
2020-08-25selinux: convert policy read-write lock to RCUStephen Smalley