summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2024-11-18Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-1/+0
2024-11-12Merge tag 'integrity-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+16
2024-11-12Merge tag 'landlock-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-57/+96
2024-11-09landlock: Optimize scope enforcementMickaël Salaün-3/+15
2024-11-09landlock: Refactor network access mask managementMickaël Salaün-22/+6
2024-11-09landlock: Refactor filesystem access mask managementMickaël Salaün-32/+75
2024-11-05security: replace memcpy() with get_task_comm()Yafang Shao-3/+3
2024-11-04KEYS: trusted: dcp: fix NULL dereference in AEAD crypto operationDavid Gstir-4/+5
2024-11-04security/keys: fix slab-out-of-bounds in key_task_permissionChen Ridong-2/+5
2024-11-03fdget(), more trivial conversionsAl Viro-11/+4
2024-11-03fdget(), trivial conversionsAl Viro-18/+8
2024-11-03fdget_raw() users: switch to CLASS(fd_raw)Al Viro-13/+6
2024-10-18ipe: fallback to platform keyring also if key in trusted keyring is rejectedLuca Boccassi-1/+1
2024-10-17ipe: allow secondary and platform keyrings to install/update policiesLuca Boccassi-1/+32
2024-10-17ipe: also reject policy updates with the same versionLuca Boccassi-1/+1
2024-10-17ipe: return -ESTALE instead of -EINVAL on update when new policy has a lower ...Luca Boccassi-1/+1
2024-10-14fsnotify, lsm: Decouple fsnotify from lsmSong Liu-8/+1
2024-10-11lsm: remove lsm_prop scaffoldingCasey Schaufler-64/+7
2024-10-11netlabel,smack: use lsm_prop for audit dataCasey Schaufler-3/+1
2024-10-11lsm: create new security_cred_getlsmprop LSM hookCasey Schaufler-5/+43
2024-10-11lsm: use lsm_prop in security_inode_getsecidCasey Schaufler-19/+22
2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler-81/+100
2024-10-11lsm: use lsm_prop in security_ipc_getsecidCasey Schaufler-17/+22
2024-10-11lsm: add lsmprop_to_secctx hookCasey Schaufler-10/+89
2024-10-11lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler-19/+36
2024-10-09integrity: Use static_assert() to check struct sizesGustavo A. R. Silva-0/+4
2024-10-09evm: stop avoidably reading i_writecount in evm_file_releaseMateusz Guzik-1/+2
2024-10-09ima: fix buffer overrun in ima_eventdigest_init_commonSamasth Norway Ananda-4/+10
2024-10-09bcachefs: do not use PF_MEMALLOC_NORECLAIMMichal Hocko-4/+6
2024-10-07selinux: Deprecate /sys/fs/selinux/userStephen Smalley-0/+4
2024-10-07selinux: apply clang format to security/selinux/nlmsgtab.cPaul Moore-118/+118
2024-10-07selinux: streamline selinux_nlmsg_lookup()Paul Moore-50/+38
2024-10-07selinux: Add netlink xperm supportThiébaud Weksteen-51/+126
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro-1/+0
2024-10-05Merge tag 'hardening-v6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2024-10-05Merge tag 'lsm-pr-20241004' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-577/+118
2024-10-05crypto: rsassa-pkcs1 - Migrate to sig_alg backendLukas Wunner-3/+3
2024-10-04tomoyo: revert CONFIG_SECURITY_TOMOYO_LKM supportPaul Moore-577/+118
2024-10-03selinux: move genheaders to security/selinux/Masahiro Yamada-2/+160
2024-10-03selinux: do not include <linux/*.h> headers from host programsMasahiro Yamada-3/+12
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-09-28hardening: Adjust dependencies in selection of MODVERSIONSNathan Chancellor-2/+2
2024-09-27Merge tag 'tomoyo-pr-20240927' of git://git.code.sf.net/p/tomoyo/tomoyoLinus Torvalds-121/+583
2024-09-25tomoyo: fallback to realpath if symlink's pathname does not existTetsuo Handa-3/+6
2024-09-24Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2024-09-24Merge tag 'landlock-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+269
2024-09-24Merge tag 'lsm-pr-20240923' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-11/+5
2024-09-24tomoyo: allow building as a loadable LSM moduleTetsuo Handa-4/+467
2024-09-23ipe: Add missing terminator to list of unit testsGuenter Roeck-0/+1
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-15/+15