aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux
AgeCommit message (Expand)Author
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-11selinux: ensure av_permissions.h is built when neededPaul Moore
2023-05-11selinux: fix Makefile dependencies of flask.hOndrej Mosnacek
2022-10-29selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()GONG, Ruiqi
2022-08-17selinux: Add boundary check in put_entry()Xiu Jianfeng
2022-08-17selinux: fix memleak in security_read_state_kernel()Xiu Jianfeng
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: Fix selinux_sb_mnt_opts_compat()Scott Mayhew
2022-04-08selinux: check return value of sel_make_avc_filesChristian Göttsche
2022-04-08selinux: access superblock_security_struct in LSM blob wayGONG, Ruiqi
2022-03-02selinux: fix misuse of mutex_is_locked()Ondrej Mosnacek
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-12-22selinux: fix sleeping function called from invalid contextScott Mayhew
2021-11-25selinux: fix NULL-pointer dereference when hashtab allocation failsOndrej Mosnacek
2021-11-18selinux: fix race condition when computing ocontext SIDsOndrej Mosnacek
2021-11-12binder: use cred instead of task for selinux checksTodd Kjos
2021-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller
2021-09-23selinux,smack: fix subjective/objective credential use mixupsPaul Moore
2021-09-14include/uapi/linux/xfrm.h: Fix XFRM_MSG_MAPPING ABI breakageEugene Syromiatnikov
2021-09-02Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-08-31Merge tag 'selinux-pr-20210830' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-02selinux: correct the return value when loads initial sidsXiu Jianfeng
2021-07-29mctp: Add MCTP baseJeremy Kerr
2021-07-23ima: Add digest and digest_len params to the functions to measure a bufferRoberto Sassu
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-06-11selinux: Fix kernel-docYang Li
2021-06-10selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVCMinchan Kim
2021-05-14lsm_audit,selinux: pass IB device name by referenceOndrej Mosnacek
2021-05-10selinux: Remove redundant assignment to rcJiapeng Chong
2021-05-10selinux: Corrected comment to match kernel-doc commentSouptick Joarder
2021-05-10selinux: delete selinux_xfrm_policy_lookup() useless argumentZhongjun Tan
2021-05-10selinux: constify some avtab function argumentsOndrej Mosnacek
2021-05-10selinux: simplify duplicate_policydb_cond_list() by using kmemdup()Ondrej Mosnacek
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-22LSM: Infrastructure management of the superblockCasey Schaufler
2021-04-21selinux: add proper NULL termination to the secclass_map permissionsPaul Moore