summaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)AuthorFilesLines
2022-04-15selinux: use correct type for context lengthChristian Göttsche1-1/+1
2022-04-15LSM: general protection fault in legacy_parse_paramCasey Schaufler1-3/+2
2022-01-27selinux: fix potential memleak in selinux_add_opt()Bernard Zhao1-2/+10
2022-01-05selinux: initialize proto variable in selinux_ip_postroute_compat()Tom Rix1-1/+1
2021-12-17selinux: fix race condition when computing ocontext SIDsOndrej Mosnacek1-72/+87
2021-11-17binder: use cred instead of task for selinux checksTodd Kjos1-21/+15
2021-07-19selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVCMinchan Kim1-6/+7
2020-12-30selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handlingPaul Moore1-18/+13
2020-12-30selinux: fix error initialization in inode_doinit_with_dentry()Tianyue Ren1-3/+16
2020-11-18selinux: Fix error return code in sel_ib_pkey_sid_slow()Chen Zhou1-1/+3
2020-10-01selinux: sel_avc_get_stat_idx should increase position indexVasily Averin1-0/+1
2020-10-01selinux: allow labeling before policy is loadedJonathan Lebon1-0/+12
2020-06-24selinux: fix double freeTom Rix1-0/+4
2020-06-22selinux: fix error return code in policydb_read()Wei Yongjun1-0/+1
2020-05-06selinux: properly handle multiple messages in selinux_netlink_send()Paul Moore1-25/+45
2020-02-24selinux: ensure we cleanup the internal AVC counters on error in avc_update()Jaihind Yadav1-1/+1
2020-02-24selinux: ensure we cleanup the internal AVC counters on error in avc_insert()Paul Moore1-27/+24
2020-02-15selinux: fall back to ref-walk if audit is requiredStephen Smalley3-26/+17
2020-02-15selinux: fix regression introduced by move_mount(2) syscallStephen Smalley1-0/+10
2020-02-15selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link"Stephen Smalley3-4/+30
2019-10-08Merge tag 'selinux-pr-20191007' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+8
2019-10-03selinux: fix context string corruption in convert_context()Ondrej Mosnacek1-1/+8
2019-09-23Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds11-296/+340
2019-09-05selinux: fix residual uses of current_security() for the SELinux blobStephen Smalley2-11/+11
2019-08-27selinux: avoid atomic_t usage in sidtabOndrej Mosnacek2-32/+35
2019-08-13fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel2-2/+50
2019-08-05selinux: always return a secid from the network caches if we find onePaul Moore3-47/+38
2019-08-05selinux: policydb - rename type_val_to_struct_arrayOndrej Mosnacek3-11/+11
2019-08-05selinux: policydb - fix some checkpatch.pl warningsOndrej Mosnacek1-4/+8
2019-08-05selinux: shuffle around policydb.c to get rid of forward declarationsPaul Moore1-189/+187
2019-08-03Merge tag 'selinux-pr-20190801' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+5
2019-07-31selinux: fix memory leak in policydb_init()Ondrej Mosnacek1-1/+5
2019-07-27Merge tag 'selinux-pr-20190726' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+5
2019-07-24selinux: check sidtab limit before adding a new entryOndrej Mosnacek1-0/+5
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-5/+15
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+4
2019-07-11Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-15/+1
2019-07-09Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2019-07-09Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+15
2019-07-09Merge tag 'selinux-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-23/+31
2019-07-05vfs: Convert selinuxfs to use the new mount APIDavid Howells1-5/+15
2019-07-01selinux: format all invalid context as untrustedRichard Guy Briggs1-10/+19
2019-06-28keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells1-1/+15
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-40/+10
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner10-40/+10
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-103/+50
2019-06-14LSM: switch to blocking policy update notifiersJanne Karhunen2-2/+2
2019-06-13Merge tag 'selinux-pr-20190612' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-13/+36
2019-06-12selinux: fix empty write to keycreate fileOndrej Mosnacek1-5/+6
2019-06-12selinux: fix a missing-check bug in selinux_sb_eat_lsm_opts()Gen Zhang1-6/+14