summaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)AuthorFilesLines
2024-02-23lsm: new security_file_ioctl_compat() hookAlfred Piccioni1-0/+28
2024-01-26selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socketMickaël Salaün1-0/+7
2023-06-09selinux: don't use make's grouped targets feature yetPaul Moore1-1/+5
2023-05-17selinux: ensure av_permissions.h is built when neededPaul Moore1-1/+1
2023-05-17selinux: fix Makefile dependencies of flask.hOndrej Mosnacek1-2/+2
2022-08-25selinux: Add boundary check in put_entry()Xiu Jianfeng1-0/+2
2022-04-15selinux: use correct type for context lengthChristian Göttsche1-1/+1
2022-01-05selinux: initialize proto variable in selinux_ip_postroute_compat()Tom Rix1-1/+1
2021-11-26binder: use cred instead of task for selinux checksTodd Kjos1-21/+15
2021-07-20selinux: 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-25selinux: fix double freeTom Rix1-0/+4
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-24selinux: fall back to ref-walk if audit is requiredStephen Smalley3-26/+17
2020-01-23LSM: generalize flag passing to security_capableMicah Morton1-9/+9
2019-08-06selinux: fix memory leak in policydb_init()Ondrej Mosnacek1-1/+5
2019-07-26selinux: fix empty write to keycreate fileOndrej Mosnacek1-5/+6
2019-05-31selinux: avoid uninitialized variable warningArnd Bergmann1-9/+5
2019-05-16selinux: do not report error on connect(AF_UNSPEC)Paolo Abeni1-4/+4
2019-05-08selinux: never allow relabeling on context mountsOndrej Mosnacek1-9/+31
2019-05-08selinux: avoid silent denials in permissive mode under RCU walkStephen Smalley3-3/+25
2019-05-04selinux: use kernel linux/socket.h for genheaders and mdpPaulo Alcantara1-0/+1
2019-04-05selinux: do not override context on context mountsOndrej Mosnacek1-1/+8
2019-03-23security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblockJ. Bruce Fields1-1/+4
2019-03-23selinux: add the missing walk_size + len check in selinux_sctp_bind_connectXin Long1-0/+3
2019-01-26selinux: always allow mounting submountsOndrej Mosnacek1-1/+1
2019-01-22selinux: fix GPF on invalid policyStephen Smalley1-1/+2
2019-01-13selinux: policydb - fix byte order and alignment issuesOndrej Mosnacek1-15/+36
2018-12-08selinux: add support for RTM_NEWCHAIN, RTM_DELCHAIN, and RTM_GETCHAINPaul Moore1-1/+12
2018-12-01selinux: Add __GFP_NOWARN to allocation at str_read()Tetsuo Handa1-1/+1
2018-11-21selinux: check length properly in SCTP bind hookOndrej Mosnacek1-0/+3
2018-11-13selinux: fix mounting of cgroup2 under older policiesStephen Smalley1-0/+5
2018-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2018-08-15Merge tag 'selinux-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-189/+198
2018-08-15Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+15
2018-08-14Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-2/+2
2018-08-08selinux: cleanup dentry and inodes on error in selinuxfsnixiaoming1-8/+25
2018-07-24net: sched: introduce chain object to uapiJiri Pirko1-1/+1
2018-07-17selinux: constify write_op[]Eric Biggers1-1/+1
2018-07-16module: replace the existing LSM hook in init_moduleMimi Zohar1-0/+15
2018-07-12->file_open(): lose cred argumentAl Viro1-2/+2
2018-06-30Merge tag 'selinux-pr-20180629' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-45/+33
2018-06-29selinux: move user accesses in selinuxfs out of locked regionsJann Horn1-45/+33
2018-06-19selinux: Cleanup printk logging in netnodepeter enderborg1-3/+2