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

/linux-master/security/lockdown/
H A Dlockdown.c27 static int lock_kernel_down(const char *where, enum lockdown_reason level) function
44 lock_kernel_down("command line", LOCKDOWN_INTEGRITY_MAX);
46 lock_kernel_down("command line", LOCKDOWN_CONFIDENTIALITY_MAX);
87 lock_kernel_down("Kernel configuration", LOCKDOWN_INTEGRITY_MAX);
89 lock_kernel_down("Kernel configuration", LOCKDOWN_CONFIDENTIALITY_MAX);
143 err = lock_kernel_down("securityfs", level);

Completed in 112 milliseconds