Lines Matching full:then
48 if ! grep -q "^\S\+ $efivarfs efivarfs" /proc/mounts; then
54 if [ -f "$secure_boot_file" ] && [ -f "$setup_mode_file" ]; then
60 if [ $secureboot_mode -eq 1 ] && [ $setup_mode -eq 0 ]; then
76 if [ ! -d "$efi_vars" ]; then
82 [ -f "$setup_mode_file/data" ]; then
86 if [ $secureboot_mode -eq 1 ] && [ $setup_mode -eq 0 ]; then
108 if [ $secureboot_mode -eq 0 ]; then
113 if [ $secureboot_mode -eq 0 ]; then
121 if [ $(id -ru) -ne 0 ]; then
134 if [ $? -eq 0 ]; then
141 # Attempt to get the kernel config first via proc, and then by
151 if [ ! -f $proc_config ]; then
154 if [ -f $proc_config ]; then
156 if [ $? -eq 0 ]; then
162 if [ ! -f $extract_ikconfig ]; then
167 if [ $? -eq 1 ]; then
168 if [ ! -f $configs_module ]; then
172 if [ $? -eq 1 ]; then
182 if [ -z $SECURITYFS ]; then
187 if [ ! -d "$SECURITYFS" ]; then
206 if [ ! -e $ima_policy ]; then
210 if [ -n $keypair2 ]; then