Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/kexec/
H A Dkexec_common_lib.sh9 SECURITYFS=$(grep "securityfs" /proc/mounts | awk '{print $2}')
182 if [ -z $SECURITYFS ]; then
183 SECURITYFS=/sys/kernel/security
184 mount -t securityfs security $SECURITYFS
187 if [ ! -d "$SECURITYFS" ]; then
188 log_fail "$SECURITYFS :securityfs is not mounted"
205 local ima_policy=$SECURITYFS/ima/policy
/kernel/linux/linux-6.6/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 1 milliseconds