Home
last modified time | relevance | path

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

/coreutils/tests/mkdir/
Drestorecon.sh44 restored_type=$(get_selinux_type 'restored')
45 test "$(get_selinux_type 'single')" = "$restored_type" || fail=1
46 test "$(get_selinux_type 'single_p')" = "$restored_type" || fail=1
47 test "$(get_selinux_type 'single_p/existing')" = "$restored_type" || fail=1
48 test "$(get_selinux_type 'multi')" = "$restored_type" || fail=1
49 test "$(get_selinux_type 'multi/ple')" = "$restored_type" || fail=1
67 restored_type=$(get_selinux_type "${basename}_restore")
68 test "$(get_selinux_type ${basename}_Z)" = "$restored_type" || fail=1
/coreutils/tests/install/
Dinstall-Z-selinux.sh45 restored_type=$(get_selinux_type 'restored')
46 test "$(get_selinux_type 'single')" = "$restored_type" || fail=1
47 test "$(get_selinux_type 'single_d')" = "$restored_type" || fail=1
48 test "$(get_selinux_type 'single_d/existing')" = "$restored_type" || fail=1
49 test "$(get_selinux_type 'multi')" = "$restored_type" || fail=1
50 test "$(get_selinux_type 'multi/ple')" = "$restored_type" || fail=1