Searched refs:start_label (Results 1 – 3 of 3) sorted by relevance
21 start_label=$(cat "$smackfsdir/ambient" 2>/dev/null)31 echo "$start_label" 2>/dev/null > "$smackfsdir/ambient"34 if [ "$label" != "$start_label" ]; then36 "\"$label\", not the expected \"$start_label\"."
21 start_label=$(cat "$smackfsdir/onlycap" 2>/dev/null)31 echo "$start_label" 2>/dev/null > "$smackfsdir/onlycap"34 if [ "$label" != "$start_label" ]; then36 "\"$label\", not the expected \"$start_label\"."
22 start_label=$(cat /proc/self/attr/current 2>/dev/null)32 echo "$start_label" 2>/dev/null > /proc/self/attr/current35 if [ "$label" != "$start_label" ]; then37 "\"$label\", not the expected \"$start_label\"."