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

/linux-master/tools/testing/selftests/kexec/
H A Dkexec_common_lib.sh9 SECURITYFS=$(grep "securityfs" /proc/mounts | awk '{print $2}')
181 if [ -z $SECURITYFS ]; then
182 SECURITYFS=/sys/kernel/security
183 mount -t securityfs security $SECURITYFS
186 if [ ! -d "$SECURITYFS" ]; then
187 log_fail "$SECURITYFS :securityfs is not mounted"
204 local ima_policy=$SECURITYFS/ima/policy

Completed in 120 milliseconds