From ce78a91523ff46206ce49d4b3c9bff290725b2c9 Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Mon, 22 Apr 2013 15:00:20 +0200 Subject: [PATCH] - clarify note about xattribute namespaces in xattrs2.cc test --- testsuite-real/xattrs2.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testsuite-real/xattrs2.cc b/testsuite-real/xattrs2.cc index f0feee7c..97f88a5f 100644 --- a/testsuite-real/xattrs2.cc +++ b/testsuite-real/xattrs2.cc @@ -18,7 +18,8 @@ main() run_command("ln -s first first-link"); - // security namespace is curently supported for dirs and links on ext4 + // user.* namespace is allowed only for regular files and directories (restricted by VFS) + // security namespace is verified to work with symlinks on ext4 and btrfs xattr_create("security.aaa", "aaa-value", "/testsuite/first"); xattr_create("security.bbb", "aaa-value", "/testsuite/second"); xattr_create("security.ccc", "ccc-value", "/testsuite/first-link"); -- 2.47.3