Searched refs:lock_kernel_down (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/lockdown/ |
H A D | lockdown.c | 26 static int lock_kernel_down(const char *where, enum lockdown_reason level) in lock_kernel_down() function 43 lock_kernel_down("command line", LOCKDOWN_INTEGRITY_MAX); in lockdown_param() 45 lock_kernel_down("command line", LOCKDOWN_CONFIDENTIALITY_MAX); in lockdown_param() 81 lock_kernel_down("Kernel configuration", LOCKDOWN_INTEGRITY_MAX); in lockdown_lsm_init() 83 lock_kernel_down("Kernel configuration", LOCKDOWN_CONFIDENTIALITY_MAX); in lockdown_lsm_init() 137 err = lock_kernel_down("securityfs", level); in lockdown_write()
|
/kernel/linux/linux-6.6/security/lockdown/ |
H A D | lockdown.c | 26 static int lock_kernel_down(const char *where, enum lockdown_reason level) in lock_kernel_down() function 43 lock_kernel_down("command line", LOCKDOWN_INTEGRITY_MAX); in lockdown_param() 45 lock_kernel_down("command line", LOCKDOWN_CONFIDENTIALITY_MAX); in lockdown_param() 81 lock_kernel_down("Kernel configuration", LOCKDOWN_INTEGRITY_MAX); in lockdown_lsm_init() 83 lock_kernel_down("Kernel configuration", LOCKDOWN_CONFIDENTIALITY_MAX); in lockdown_lsm_init() 137 err = lock_kernel_down("securityfs", level); in lockdown_write()
|
Completed in 1 milliseconds