summaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)Author
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-21Merge tag 'selinux-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-01-21Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-07selinux: make more use of str_read() when loading the policyChristian Göttsche
2025-01-07selinux: avoid unnecessary indirection in struct level_datumChristian Göttsche
2025-01-07selinux: use known type instead of void pointerChristian Göttsche
2025-01-07selinux: rename comparison functions for clarityChristian Göttsche
2025-01-07selinux: rework match_ipv6_addrmask()Christian Göttsche
2025-01-07selinux: constify and reconcile function parameter namesChristian Göttsche
2025-01-07selinux: avoid using types indicating user space interactionChristian Göttsche
2025-01-07selinux: supply missing field initializersChristian Göttsche
2025-01-07Merge tag 'selinux-pr-20250107' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-01-04selinux: match extended permissions to their base permissionsThiébaud Weksteen
2024-12-18Merge tag 'selinux-pr-20241217' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-12-15selinux: ignore unknown extended permissionsThiébaud Weksteen
2024-12-15selinux: add netlink nlmsg_type audit messageThiébaud Weksteen
2024-12-13selinux: add support for xperms in conditional policiesChristian Göttsche
2024-12-11selinux: Fix SCTP error inconsistency in selinux_socket_bind()Mikhail Ivanov
2024-12-11selinux: use native iterator typesChristian Göttsche
2024-12-11selinux: add generated av_permissions.h to targetsThomas Weißschuh
2024-12-10fsnotify: introduce pre-content permission eventsAmir Goldstein
2024-12-04lsm: secctx provider check on releaseCasey Schaufler
2024-12-04lsm: lsm_context in security_dentry_init_securityCasey Schaufler
2024-12-04lsm: use lsm_context in security_inode_getsecctxCasey Schaufler
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler
2024-11-30selinux: use sk_to_full_sk() in selinux_ip_output()Eric Dumazet
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-11-18Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-05security: replace memcpy() with get_task_comm()Yafang Shao
2024-10-11lsm: remove lsm_prop scaffoldingCasey Schaufler
2024-10-11lsm: create new security_cred_getlsmprop LSM hookCasey Schaufler
2024-10-11lsm: use lsm_prop in security_inode_getsecidCasey Schaufler
2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler
2024-10-11lsm: use lsm_prop in security_ipc_getsecidCasey Schaufler
2024-10-11lsm: add lsmprop_to_secctx hookCasey Schaufler
2024-10-11lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler
2024-10-07selinux: Deprecate /sys/fs/selinux/userStephen Smalley
2024-10-07selinux: apply clang format to security/selinux/nlmsgtab.cPaul Moore
2024-10-07selinux: streamline selinux_nlmsg_lookup()Paul Moore
2024-10-07selinux: Add netlink xperm supportThiébaud Weksteen
2024-10-03selinux: move genheaders to security/selinux/Masahiro Yamada
2024-10-03selinux: do not include <linux/*.h> headers from host programsMasahiro Yamada
2024-09-24Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-09-24Merge tag 'lsm-pr-20240923' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-19selinux,smack: properly reference the LSM blob in security_watch_key()Paul Moore
2024-09-16Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-16Merge tag 'selinux-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-12security,bpf: constify struct path in bpf_token_create() LSM hookAndrii Nakryiko