Searched refs:SECURITYFS (Results 1 – 5 of 5) sorted by relevance
9 SECURITYFS=$(grep "securityfs" /proc/mounts | awk '{print $2}')182 if [ -z $SECURITYFS ]; then183 SECURITYFS=/sys/kernel/security184 mount -t securityfs security $SECURITYFS187 if [ ! -d "$SECURITYFS" ]; then188 log_fail "$SECURITYFS :securityfs is not mounted"205 local ima_policy=$SECURITYFS/ima/policy
79 SECURITYFS="$(mount_helper securityfs $SYSFS/kernel/security)"81 IMA_DIR="$SECURITYFS/ima"
19 local tpm_bios="$SECURITYFS/tpm0/binary_bios_measurements"
20 IMA_VIOLATIONS="$SECURITYFS/ima/violations"
10 - Enabling IMA in .config will also enable CRYPTO, SECURITYFS, TCG_TPM,