aboutsummaryrefslogtreecommitdiffstats
path: root/security/lsm_init.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-19lsm: use unrcu_pointer() for current->cred in security_init()Paul Moore1-1/+2
2025-10-22lsm: add a LSM_STARTED_ALL notification eventPaul Moore1-0/+1
2025-10-22lsm: consolidate all of the LSM framework initcallsPaul Moore1-2/+12
2025-10-22lsm: introduce an initcall mechanism into the LSM frameworkPaul Moore1-0/+89
2025-10-22lsm: group lsm_order_parse() with the other lsm_order_*() functionsPaul Moore1-70/+70
2025-10-22lsm: output available LSMs when debuggingPaul Moore1-1/+18
2025-10-22lsm: cleanup the debug and console output in lsm_init.cPaul Moore1-70/+53
2025-10-22lsm: add/tweak function header comment blocks in lsm_init.cPaul Moore1-5/+12
2025-10-22lsm: fold lsm_init_ordered() into security_init()Paul Moore1-84/+71
2025-10-22lsm: cleanup initialize_lsm() and rename to lsm_init_single()Paul Moore1-10/+15
2025-10-22lsm: cleanup the LSM blob size codePaul Moore1-24/+33
2025-10-22lsm: rename/rework ordered_lsm_parse() to lsm_order_parse()Paul Moore1-45/+37
2025-10-22lsm: rename/rework append_ordered_lsm() into lsm_order_append()Paul Moore1-33/+43
2025-10-22lsm: rename exists_ordered_lsm() to lsm_order_exists()Paul Moore1-5/+8
2025-10-22lsm: rework the LSM enable/disable setter/getter functionsPaul Moore1-31/+31
2025-10-22lsm: get rid of the lsm_names list and do some cleanupPaul Moore1-49/+0
2025-10-22lsm: rework lsm_active_cnt and lsm_idlist[]Paul Moore1-6/+0
2025-10-22lsm: rename the lsm order variables for consistencyPaul Moore1-38/+48
2025-10-22lsm: replace the name field with a pointer to the lsm_id structPaul Moore1-27/+18
2025-10-22lsm: rename ordered_lsm_init() to lsm_init_ordered()Paul Moore1-5/+5
2025-10-22lsm: integrate lsm_early_cred() and lsm_early_task() into callerPaul Moore1-30/+5
2025-10-22lsm: integrate report_lsm_order() code into callerPaul Moore1-21/+12
2025-10-22lsm: introduce looping macros for the initialization codePaul Moore1-15/+27
2025-10-22lsm: consolidate lsm_allowed() and prepare_lsm() into lsm_prepare()Paul Moore1-61/+44
2025-10-22lsm: split the init code out into lsm_init.cPaul Moore1-0/+543