Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/selftests/livepatch/
H A Dfunctions.sh313 # check_sysfs_rights(modname, rel_path, expected_rights) - check sysfs
317 # expected_rights - expected access rights
321 local expected_rights="$1"; shift
325 if test "$rights" != "$expected_rights" ; then
326 die "Unexpected access rights of $path: $expected_rights vs. $rights"

Completed in 1 milliseconds