Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/security/prot_hsymlinks/
H A Dprot_hsymlinks.c480 int tst_flag = (can_write || usr == owner || in create_check_hlinks() local
484 fail = tst_flag != link(ufile->path, hlink_info.path); in create_check_hlinks()
490 (tst_flag == CAN_CREATE) ? "can" : "can't", in create_check_hlinks()
506 int tst_flag = (usr == li->dir_owner && in check_symlink() local
510 int fail = tst_flag != try_symlink(li->path); in check_symlink()
518 (tst_flag == CAN_FOLLOW) ? "can" : "can't", in check_symlink()

Completed in 2 milliseconds