summaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)Author
2023-10-30Merge tag 'lsm-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-30Merge tag 'selinux-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-10-18selinux: convert to new timestamp accessorsJeff Layton
2023-10-03selinux: simplify avtab_insert_node() prototypeJacob Satterfield
2023-09-14lsm: constify 'sb' parameter in security_sb_kern_mount()Khadija Kamran
2023-09-14lsm: constify 'bprm' parameter in security_bprm_committed_creds()Khadija Kamran
2023-09-13lsm: constify 'bprm' parameter in security_bprm_committing_creds()Khadija Kamran
2023-09-13lsm: constify 'sb' parameter in security_quotactl()Khadija Kamran
2023-09-13selinux: hweight optimization in avtab_read_itemJacob Satterfield
2023-09-13selinux: improve role transition hashingChristian Göttsche
2023-09-13selinux: simplify avtab slot calculationChristian Göttsche
2023-09-13selinux: improve debug configurationChristian Göttsche
2023-09-13selinux: print sum of chain lengths^2 for hash tablesChristian Göttsche
2023-09-12selinux: fix handling of empty opts in selinux_fs_context_submount()Ondrej Mosnacek
2023-09-12selinux: Annotate struct sidtab_str_cache with __counted_byKees Cook
2023-08-30Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-30Merge tag 'selinux-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-21selinux: use vma_is_initial_stack() and vma_is_initial_heap()Kefeng Wang
2023-08-18selinux: set next pointer before attaching to listChristian Göttsche
2023-08-15selinux: prevent KMSAN warning in selinux_inet_conn_request()Andrew Kanner
2023-08-15lsm: constify the 'file' parameter in security_binder_transfer_file()Khadija Kamran
2023-08-15vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...David Howells
2023-08-09selinux: use unsigned iterator in nlmsgtab codeChristian Göttsche
2023-08-09selinux: avoid implicit conversions in policydb codeChristian Göttsche
2023-08-09selinux: avoid implicit conversions in selinuxfs codeChristian Göttsche
2023-08-09selinux: make left shifts well definedChristian Göttsche
2023-08-09selinux: update type for number of class permissions in services codeChristian Göttsche
2023-08-09selinux: avoid implicit conversions in avtab codeChristian Göttsche
2023-08-09selinux: revert SECINITSID_INIT supportPaul Moore
2023-08-08lsm: constify the 'target' parameter in security_capget()Khadija Kamran
2023-08-08selinux: use GFP_KERNEL while reading binary policyChristian Göttsche
2023-08-08selinux: update comment on selinux_hooks[]Xiu Jianfeng
2023-08-03selinux: avoid implicit conversions in services codeChristian Göttsche
2023-08-03selinux: avoid implicit conversions in mls codeChristian Göttsche
2023-08-03selinux: use identical iterator type in hashtab_duplicate()Christian Göttsche
2023-07-28selinux: move debug functions into debug configurationChristian Göttsche
2023-07-28selinux: log about VM being executable by defaultChristian Göttsche
2023-07-24selinux: convert to ctime accessor functionsJeff Layton
2023-07-20selinux: fix a 0/NULL mistmatch in ad_net_init_from_iif()Paul Moore
2023-07-20selinux: introduce SECURITY_SELINUX_DEBUG configurationChristian Göttsche
2023-07-19selinux: introduce and use lsm_ad_net_init*() helpersPaolo Abeni
2023-07-19selinux: update my email addressStephen Smalley
2023-07-19selinux: add missing newlines in pr_err() statementsChristian Göttsche
2023-07-19selinux: drop avtab_search()Christian Göttsche
2023-07-18selinux: de-brand SELinuxStephen Smalley