Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/security/smack/
H A Dsmack_file_access.sh63 got_read=$(smack_notroot $CAT "$testfile")
65 if [ "$got_read" != "InitialData" ]; then
70 got_read=$(smack_notroot $CAT "$testfile" 2> /dev/null)
72 if [ "$got_read" = "InitialData" ]; then

Completed in 1 milliseconds