OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:direct_value
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/kernel/security/smack/
smack_set_direct.sh
25
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
\"," \
smack_set_doi.sh
25
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" \
Completed in 61 milliseconds