Home
last modified time | relevance | path

Searched refs:start_label (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/security/smack/
Dsmack_set_ambient.sh21 start_label=$(cat "$smackfsdir/ambient" 2>/dev/null)
31 echo "$start_label" 2>/dev/null > "$smackfsdir/ambient"
34 if [ "$label" != "$start_label" ]; then
36 "\"$label\", not the expected \"$start_label\"."
Dsmack_set_onlycap.sh21 start_label=$(cat "$smackfsdir/onlycap" 2>/dev/null)
31 echo "$start_label" 2>/dev/null > "$smackfsdir/onlycap"
34 if [ "$label" != "$start_label" ]; then
36 "\"$label\", not the expected \"$start_label\"."
Dsmack_set_current.sh22 start_label=$(cat /proc/self/attr/current 2>/dev/null)
32 echo "$start_label" 2>/dev/null > /proc/self/attr/current
35 if [ "$label" != "$start_label" ]; then
37 "\"$label\", not the expected \"$start_label\"."