summaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)Author
3 daysAutomated merge of 'dev' into 'next'Paul Moore
3 daysselinux: validate constraint expression attr and op at load timeStephen Smalley
2026-07-15selinux: compute the IMA configuration settings string length once at bootIan Bridges
2026-07-14selinux: fix incorrect execmem checks on overlayfsOndrej Mosnacek
2026-07-13selinux: replace strlcat() with seq_buf in selinux_ima_collect_state()Ian Bridges
2026-07-13selinux: suppress warning flood for retired DCCP netlink messagesYafang Shao
2026-07-02selinux: tighten type validation during policy loadStephen Smalley
2026-07-01selinux: avoid sk_socket dereference in selinux_sctp_bind_connect()Tristan Madani
2026-07-01selinux: drop unnecessary goto and label from avc_alloc_node()Kalevi Kolttonen
2026-07-01selinux: convert int flags to bool flags in ss/services.cKalevi Kolttonen
2026-07-01selinux: clean up selinuxfs resources on init failureHaoxiang Li
2026-07-01selinux: check connect-related permissions on TCP Fast OpenStephen Smalley
2026-06-30selinux: hooks: use kmalloc() to allocate path bufferMike Rapoport (Microsoft)
2026-06-17Merge tag 'selinux-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-06-17Merge tag 'lsm-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-06-13Merge tag 'ipsec-next-2026-06-12' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-06-04xfrm: add XFRM_MSG_MIGRATE_STATE for single SA migrationAntony Antony
2026-05-29selinux: revert use of __getname() in selinux_genfs_get_sid()Paul Moore
2026-05-27selinux: comment spelling fix in ibpkey.cKalevi Kolttonen
2026-05-27selinux: comment typo fix in selinuxfs.cKalevi Kolttonen
2026-05-27selinux: hooks: use __getname() to allocate path bufferMike Rapoport (Microsoft)
2026-05-27selinux: use k[mz]alloc() to allocate temporary buffersMike Rapoport (Microsoft)
2026-05-06selinux: check for simple typesChristian Göttsche
2026-05-06selinux: more strict bounds checkChristian Göttsche
2026-05-06selinux: beef up isvalid checksChristian Göttsche
2026-05-06selinux: reorder policydb_index()Christian Göttsche
2026-05-06selinux: check type attr map overflowsChristian Göttsche
2026-05-06selinux: check length fields in policiesChristian Göttsche
2026-05-06selinux: more strict policy parsingChristian Göttsche
2026-05-06selinux: use u16 for security classesChristian Göttsche
2026-05-06selinux: avoid nontransitive comparisonChristian Göttsche
2026-05-05selinux: shrink critical section in sel_write_load()Stephen Smalley
2026-05-05selinux: allow multiple opens of /sys/fs/selinux/policyStephen Smalley
2026-05-05selinux: prune /sys/fs/selinux/userStephen Smalley
2026-05-05selinux: prune /sys/fs/selinux/disableStephen Smalley
2026-05-05selinux: prune /sys/fs/selinux/checkreqprotStephen Smalley
2026-05-01security,fs,nfs,net: update security_inode_listsecurity() interfaceStephen Smalley
2026-04-29selinux: switch two allocations to use kzalloc_objs()Stephen Smalley
2026-04-29selinux: fix sel_kill_sb()Stephen Smalley
2026-04-28selinux: fix avdcache auditingStephen Smalley
2026-04-27selinux: don't reserve xattr slot when we won't fill itDavid Windsor
2026-04-27selinux: use sk blob accessor in socket permission helpersZongyao Chen
2026-04-27selinux: use QSTR() instead of QSTR_INIT() in init_sel_fsThorsten Blum
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-13Merge tag 'selinux-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-13Merge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)
2026-04-03selinux: fix overlayfs mmap() and mprotect() access checksPaul Moore
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton