summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2026-06-08ima: Add support for staging measurements with promptRoberto Sassu
2026-06-08ima: Introduce ima_dump_measurement()Roberto Sassu
2026-06-08ima: Use snprintf() in create_securityfs_measurement_listsRoberto Sassu
2026-06-08ima: Mediate open/release method of the measurements listRoberto Sassu
2026-06-08ima: Introduce _ima_measurements_start() and _ima_measurements_next()Roberto Sassu
2026-06-08ima: Introduce per binary measurements list type binary_runtime_size valueRoberto Sassu
2026-06-08ima: Introduce per binary measurements list type ima_num_records counterRoberto Sassu
2026-06-08ima: Replace static htable queue with dynamically allocated arrayRoberto Sassu
2026-06-08ima: Remove ima_h_table structureRoberto Sassu
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-28security/keys: fix missed RCU read section on lookupLinus Torvalds
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-27security/Kconfig.hardening: Remove tautological condition from CC_HAS_RANDSTRUCTNathan Chancellor
2026-05-27security/Kconfig.hardening: Remove tautological condition from FORTIFY_SOURCENathan Chancellor
2026-05-27security/Kconfig.hardening: Remove tautological condition from CC_HAS_ZERO_CA...Nathan Chancellor
2026-05-19Merge tag 'lsm-pr-20260519' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-05-14lsm: hold cred_guard_mutex for lsm_set_self_attr()Stephen Smalley
2026-05-13evm: terminate and bound the evm_xattrs read bufferPengpeng Hou
2026-05-13integrity: Add support for sigv3 verification using ML-DSA keysStefan Berger
2026-05-13integrity: Refactor asymmetric_verify for reusabilityStefan Berger
2026-05-13integrity: Check that algo parameter is within valid rangeStefan Berger
2026-05-13integrity: Check for NULL returned by asymmetric_key_public_keyStefan Berger
2026-05-11fs: add icount_read_once() and stop open-coding ->i_count loadsMateusz Guzik
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-29smack: simplify write handlers of sysfs entriesDmitry Antipov
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-27ima: return error early if file xattr cannot be changedGoldwyn Rodrigues