Searched refs:SECURITYFS (Results 1 – 1 of 1) sorted by relevance
9 SECURITYFS=$(grep "securityfs" /proc/mounts | awk '{print $2}')181 if [ -z $SECURITYFS ]; then182 SECURITYFS=/sys/kernel/security183 mount -t securityfs security $SECURITYFS186 if [ ! -d "$SECURITYFS" ]; then187 log_fail "$SECURITYFS :securityfs is not mounted"204 local ima_policy=$SECURITYFS/ima/policy
Completed in 4 milliseconds