summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2025-10-22lsm: cleanup the debug and console output in lsm_init.cPaul Moore
2025-10-22lsm: add/tweak function header comment blocks in lsm_init.cPaul Moore
2025-10-22lsm: fold lsm_init_ordered() into security_init()Paul Moore
2025-10-22lsm: cleanup initialize_lsm() and rename to lsm_init_single()Paul Moore
2025-10-22lsm: cleanup the LSM blob size codePaul Moore
2025-10-22lsm: rename/rework ordered_lsm_parse() to lsm_order_parse()Paul Moore
2025-10-22lsm: rename/rework append_ordered_lsm() into lsm_order_append()Paul Moore
2025-10-22lsm: rename exists_ordered_lsm() to lsm_order_exists()Paul Moore
2025-10-22lsm: rework the LSM enable/disable setter/getter functionsPaul Moore
2025-10-22lsm: get rid of the lsm_names list and do some cleanupPaul Moore
2025-10-22lsm: rework lsm_active_cnt and lsm_idlist[]Paul Moore
2025-10-22lsm: rename the lsm order variables for consistencyPaul Moore
2025-10-22lsm: replace the name field with a pointer to the lsm_id structPaul Moore
2025-10-22lsm: rename ordered_lsm_init() to lsm_init_ordered()Paul Moore
2025-10-22lsm: integrate lsm_early_cred() and lsm_early_task() into callerPaul Moore
2025-10-22lsm: integrate report_lsm_order() code into callerPaul Moore
2025-10-22lsm: introduce looping macros for the initialization codePaul Moore
2025-10-22lsm: consolidate lsm_allowed() and prepare_lsm() into lsm_prepare()Paul Moore
2025-10-22lsm: split the init code out into lsm_init.cPaul Moore
2025-10-22lsm: split the notifier code out into lsm_notifier.cPaul Moore
2025-10-05Merge tag 'integrity-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-10-04Merge tag 'keys-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2025-10-04security: keys: use menuconfig for KEYS symbolRandy Dunlap
2025-10-04KEYS: encrypted: Use SHA-256 library instead of crypto_shashEric Biggers
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-10-03Merge tag 'pull-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-10-03ima: don't clear IMA_DIGSIG flag when setting or removing non-IMA xattrCoiby Xu
2025-10-03integrity: Select CRYPTO from INTEGRITY_ASYMMETRIC_KEYSEric Biggers
2025-10-02Merge tag 'bitmap-for-6.18' of https://github.com/norov/linuxLinus Torvalds
2025-09-30Merge tag 'lsm-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-09-30Merge tag 'selinux-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-09-30Merge tag 'audit-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-27KEYS: trusted_tpm1: Move private functionality out of public headerEric Biggers
2025-09-27KEYS: trusted_tpm1: Use SHA-1 library instead of crypto_shashEric Biggers
2025-09-27KEYS: trusted_tpm1: Compare HMAC values in constant timeEric Biggers
2025-09-22rust: add bitmap API.Burak Emir
2025-09-15apparmor/af_unix: constify struct path * argumentsAl Viro
2025-09-15security_dentry_init_security(): constify qstr argumentAl Viro
2025-09-11lsm: CONFIG_LSM can depend on CONFIG_SECURITYRandy Dunlap
2025-09-07selinux: enable per-file labeling for functionfsNeill Kapron
2025-09-03selinux: fix sel_read_bool() allocation and error handlingStephen Smalley
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster
2025-09-01fs: add an icount_read helperJosef Bacik
2025-08-30audit: add record for multiple object contextsCasey Schaufler
2025-08-30audit: add record for multiple task security contextsCasey Schaufler
2025-08-30lsm: security_lsmblob_to_secctx module selectionCasey Schaufler
2025-08-18security: use umax() to improve codeQianfeng Rong
2025-08-12selinux: Remove redundant __GFP_NOWARNQianfeng Rong
2025-08-11lsm,selinux: Add LSM blob support for BPF objectsBlaise Boscaccy