Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/security/smack/
Dsmack_set_ambient.sh20 not_floor_label="XYZZY"
23 echo "$not_floor_label" 2>/dev/null > "$smackfsdir/ambient"
26 if [ "$label" != "$not_floor_label" ]; then
28 "\"$label\", not the expected \"$not_floor_label\"."
Dsmack_set_current.sh21 not_floor_label="XYZZY"
24 echo "$not_floor_label" 2>/dev/null > /proc/self/attr/current
27 if [ "$label" != "$not_floor_label" ]; then
29 "\"$label\", not the expected \"$not_floor_label\"."