Home
last modified time | relevance | path

Searched refs:direct_value (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/security/smack/
Dsmack_set_doi.sh25 direct_value=$(cat "$smackfsdir/doi" 2>/dev/null)
26 if [ "$direct_value" != "$not_start_value" ]; then
27 tst_brkm TFAIL "The CIPSO doi reported is \"$direct_value\", not the" \
33 direct_value=$(cat "$smackfsdir/doi" 2>/dev/null)
34 if [ "$direct_value" != "$start_value" ]; then
35 tst_brkm TFAIL "The CIPSO doi reported is \"$direct_value\", not the" \
Dsmack_set_direct.sh25 direct_value=$(cat "$smackfsdir/direct" 2>/dev/null)
26 if [ "$direct_value" != "$not_start_value" ]; then
27 tst_brkm TFAIL "The CIPSO direct level reported is \"$direct_value\"," \
33 direct_value=$(cat "$smackfsdir/direct" 2>/dev/null)
34 if [ "$direct_value" != "$start_value" ]; then
35 tst_brkm TFAIL "The CIPSO direct level reported is \"$direct_value\"," \