Home
last modified time | relevance | path

Searched refs:lock_kernel_down (Results 1 – 1 of 1) sorted by relevance

/security/lockdown/
Dlockdown.c51 static int lock_kernel_down(const char *where, enum lockdown_reason level) in lock_kernel_down() function
68 lock_kernel_down("command line", LOCKDOWN_INTEGRITY_MAX); in lockdown_param()
70 lock_kernel_down("command line", LOCKDOWN_CONFIDENTIALITY_MAX); in lockdown_param()
106 lock_kernel_down("Kernel configuration", LOCKDOWN_INTEGRITY_MAX); in lockdown_lsm_init()
108 lock_kernel_down("Kernel configuration", LOCKDOWN_CONFIDENTIALITY_MAX); in lockdown_lsm_init()
162 err = lock_kernel_down("securityfs", level); in lockdown_write()