aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux
AgeCommit message (Expand)Author
2024-03-15lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore
2024-02-23lsm: new security_file_ioctl_compat() hookAlfred Piccioni
2024-01-25selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socketMickaël Salaün
2023-08-30selinux: set next pointer before attaching to listChristian Göttsche
2023-06-09selinux: don't use make's grouped targets feature yetPaul Moore
2023-05-17selinux: ensure av_permissions.h is built when neededPaul Moore
2023-05-17selinux: fix Makefile dependencies of flask.hOndrej Mosnacek
2022-10-30selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()GONG, Ruiqi
2022-08-21selinux: Add boundary check in put_entry()Xiu Jianfeng
2022-06-09lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2022-05-25include/uapi/linux/xfrm.h: Fix XFRM_MSG_MAPPING ABI breakageEugene Syromiatnikov
2022-05-25selinux: fix bad cleanup on error in hashtab_duplicate()Ondrej Mosnacek
2022-04-08selinux: allow FIOCLEX and FIONCLEX with policy capabilityRichard Haines
2022-04-08selinux: use correct type for context lengthChristian Göttsche
2022-04-08LSM: general protection fault in legacy_parse_paramCasey Schaufler
2022-04-08selinux: check return value of sel_make_avc_filesChristian Göttsche
2022-02-08selinux: fix double free of cond_list on error pathsVratislav Bendel
2022-01-27selinux: fix potential memleak in selinux_add_opt()Bernard Zhao
2022-01-05selinux: initialize proto variable in selinux_ip_postroute_compat()Tom Rix
2021-11-26selinux: fix NULL-pointer dereference when hashtab allocation failsOndrej Mosnacek
2021-11-18selinux: fix race condition when computing ocontext SIDsOndrej Mosnacek
2021-11-18binder: use cred instead of task for selinux checksTodd Kjos
2021-08-12selinux: correct the return value when loads initial sidsXiu Jianfeng
2021-07-19selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVCMinchan Kim
2021-05-14selinux: add proper NULL termination to the secclass_map permissionsPaul Moore
2021-04-14selinux: fix race between old and new sidtabOndrej Mosnacek
2021-04-14selinux: fix cond_list corruption when changing booleansOndrej Mosnacek
2021-04-14selinux: make nslot handling in avtab more robustOndrej Mosnacek
2021-03-30selinux: fix variable scope issue in live sidtab conversionOndrej Mosnacek
2021-03-30selinux: don't log MAC_POLICY_LOAD record on failed policy loadOndrej Mosnacek
2021-03-04selinux: fix inconsistency between inode_getxattr and inode_listsecurityAmir Goldstein
2020-12-30selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handlingPaul Moore
2020-12-30selinux: fix error initialization in inode_doinit_with_dentry()Tianyue Ren
2020-11-14Merge tag 'selinux-pr-20201113' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-11-12selinux: Fix error return code in sel_ib_pkey_sid_slow()Chen Zhou
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-09-11selinux: access policycaps with READ_ONCE/WRITE_ONCEStephen Smalley
2020-08-31selinux: simplify away security_policydb_len()Ondrej Mosnacek
2020-08-27selinux: move policy mutex to selinux_state, use in lockdep checksStephen Smalley
2020-08-26selinux: fix error handling bugs in security_load_policy()Dan Carpenter
2020-08-25selinux: convert policy read-write lock to RCUStephen Smalley
2020-08-24selinux: delete repeated words in commentsRandy Dunlap
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-21selinux: add basic filtering for audit trace eventsPeter Enderborg
2020-08-21selinux: add tracepoint on audited eventsThiébaud Weksteen