Searched refs:SECURITYFS (Results 1 – 10 of 10) 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
5 select SECURITYFS
6 select SECURITYFS
27 depends on SECURITY_LOADPIN && DM_VERITY=y && SECURITYFS
8 depends on SECURITY && SECURITYFS && AUDIT && AUDITSYSCALL
7 select SECURITYFS
9 imply SECURITYFS
67 config SECURITYFS config