Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/llistxattr/
Dllistxattr01.c41 #define SECURITY_KEY2 "security.ltptest2" macro
95 if (!has_attribute(buf, size, SECURITY_KEY2)) { in verify_llistxattr()
96 tst_res(TFAIL, "missing attribute %s", SECURITY_KEY2); in verify_llistxattr()
111 set_xattr("symlink", SECURITY_KEY2); in setup()