summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-11-21Merge tag 'fsnotify_for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2024-11-18Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-18Merge tag 'selinux-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-18Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-11-12Merge tag 'integrity-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-12Merge tag 'landlock-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-09landlock: Optimize scope enforcementMickaël Salaün
2024-11-09landlock: Refactor network access mask managementMickaël Salaün
2024-11-09landlock: Refactor filesystem access mask managementMickaël Salaün
2024-11-05security: replace memcpy() with get_task_comm()Yafang Shao
2024-11-04KEYS: trusted: dcp: fix NULL dereference in AEAD crypto operationDavid Gstir
2024-11-04security/keys: fix slab-out-of-bounds in key_task_permissionChen Ridong
2024-11-03fdget(), more trivial conversionsAl Viro
2024-11-03fdget(), trivial conversionsAl Viro
2024-11-03fdget_raw() users: switch to CLASS(fd_raw)Al Viro
2024-10-18ipe: fallback to platform keyring also if key in trusted keyring is rejectedLuca Boccassi
2024-10-17ipe: allow secondary and platform keyrings to install/update policiesLuca Boccassi
2024-10-17ipe: also reject policy updates with the same versionLuca Boccassi
2024-10-17ipe: return -ESTALE instead of -EINVAL on update when new policy has a lower ...Luca Boccassi
2024-10-14fsnotify, lsm: Decouple fsnotify from lsmSong Liu
2024-10-11lsm: remove lsm_prop scaffoldingCasey Schaufler
2024-10-11netlabel,smack: use lsm_prop for audit dataCasey 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-09integrity: Use static_assert() to check struct sizesGustavo A. R. Silva
2024-10-09evm: stop avoidably reading i_writecount in evm_file_releaseMateusz Guzik
2024-10-09ima: fix buffer overrun in ima_eventdigest_init_commonSamasth Norway Ananda
2024-10-09bcachefs: do not use PF_MEMALLOC_NORECLAIMMichal Hocko
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-07remove pointless includes of <linux/fdtable.h>Al Viro
2024-10-05Merge tag 'hardening-v6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-10-05Merge tag 'lsm-pr-20241004' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-10-05crypto: rsassa-pkcs1 - Migrate to sig_alg backendLukas Wunner
2024-10-04tomoyo: revert CONFIG_SECURITY_TOMOYO_LKM supportPaul Moore
2024-10-03selinux: move genheaders to security/selinux/Masahiro Yamada
2024-10-03selinux: do not include <linux/*.h> headers from host programsMasahiro Yamada
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-28hardening: Adjust dependencies in selection of MODVERSIONSNathan Chancellor
2024-09-27Merge tag 'tomoyo-pr-20240927' of git://git.code.sf.net/p/tomoyo/tomoyoLinus Torvalds
2024-09-25tomoyo: fallback to realpath if symlink's pathname does not existTetsuo Handa