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
75 if [ -f $secure_boot_file ]; then
99 if [ "$system_arch" == "ppc64le" ]; then
107 if [ $secureboot_mode -eq 0 ]; then
115 if [ $(id -ru) -ne 0 ]; then
128 if [ $? -eq 0 ]; then
136 # then via proc, and finally by extracting it from the kernel image or the
145 if [ -f $module_dir/config ]; then
150 if [ ! -f $proc_config ]; then
153 if [ -f $proc_config ]; then
155 if [ $? -eq 0 ]; then
161 if [ ! -f $extract_ikconfig ]; then
166 if [ $? -eq 1 ]; then
167 if [ ! -f $configs_module ]; then
171 if [ $? -eq 1 ]; then
181 if [ -z $SECURITYFS ]; then
186 if [ ! -d "$SECURITYFS" ]; then
205 if [ ! -e $ima_policy ]; then
209 if [ -n $keypair2 ]; then