Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/llistxattr/
H A Dllistxattr01.c31 #define SECURITY_KEY2 "security.ltptest2" macro
66 if (!has_attribute(buf, sizeof(buf), SECURITY_KEY2)) { in verify_llistxattr()
67 tst_res(TFAIL, "missing attribute %s", SECURITY_KEY2); in verify_llistxattr()
82 SAFE_LSETXATTR(SYMLINK, SECURITY_KEY2, VALUE, VALUE_SIZE, XATTR_CREATE); in setup()
/third_party/ltp/testcases/kernel/syscalls/lgetxattr/
H A Dlgetxattr01.c31 #define SECURITY_KEY2 "security.ltptest2" macro
57 set_xattr("symlink", SECURITY_KEY2, VALUE2, strlen(VALUE2)); in setup()
65 TEST(lgetxattr("symlink", SECURITY_KEY2, buf, size)); in verify_lgetxattr()

Completed in 1 milliseconds