aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
AgeCommit message (Expand)Author
2024-01-25selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socketMickaël Salaün
2022-01-05selinux: initialize proto variable in selinux_ip_postroute_compat()Tom Rix
2021-11-26binder: use cred instead of task for selinux checksTodd Kjos
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-10-01selinux: allow labeling before policy is loadedJonathan Lebon
2020-05-06selinux: properly handle multiple messages in selinux_netlink_send()Paul Moore
2020-02-24selinux: fall back to ref-walk if audit is requiredStephen Smalley
2020-01-23LSM: generalize flag passing to security_capableMicah Morton
2019-07-26selinux: fix empty write to keycreate fileOndrej Mosnacek
2019-05-16selinux: do not report error on connect(AF_UNSPEC)Paolo Abeni
2019-05-08selinux: never allow relabeling on context mountsOndrej Mosnacek
2019-05-08selinux: avoid silent denials in permissive mode under RCU walkStephen Smalley
2019-04-05selinux: do not override context on context mountsOndrej Mosnacek
2019-03-23security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblockJ. Bruce Fields
2019-03-23selinux: add the missing walk_size + len check in selinux_sctp_bind_connectXin Long
2019-01-26selinux: always allow mounting submountsOndrej Mosnacek
2018-11-21selinux: check length properly in SCTP bind hookOndrej Mosnacek
2018-11-13selinux: fix mounting of cgroup2 under older policiesStephen Smalley
2018-08-15Merge tag 'selinux-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-08-15Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-07-16module: replace the existing LSM hook in init_moduleMimi Zohar
2018-07-12->file_open(): lose cred argumentAl Viro
2018-06-19selinux: Cleanup printk logging in hookspeter enderborg
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-06Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-04Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-05-17Merge tag 'selinux-pr-20180516' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs
2018-05-14selinux: correctly handle sa_family cases in selinux_sctp_bind_connect()Alexey Kodanev
2018-05-14selinux: fix address family in bind() and connect() to match address/portAlexey Kodanev
2018-05-14selinux: add AF_UNSPEC and INADDR_ANY checks to selinux_socket_bind()Alexey Kodanev
2018-05-14__inode_security_revalidate() never gets NULL opt_dentryAl Viro
2018-05-13fix breakage caused by d_find_alias() semantics changeAl Viro
2018-05-04selinux: provide socketpair callbackDavid Herrmann
2018-05-03net: initial AF_XDP skeletonBjörn Töpel
2018-04-11ipc/msg: introduce msgctl(MSG_STAT_ANY)Davidlohr Bueso
2018-04-11ipc/sem: introduce semctl(SEM_STAT_ANY)Davidlohr Bueso
2018-04-11ipc/shm: introduce shmctl(SHM_STAT_ANY)Davidlohr Bueso
2018-04-07Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-03-23security: Add a cred_getsecid hookMatthew Garrett
2018-03-22msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksEric W. Biederman
2018-03-22shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksEric W. Biederman