From: Ondrej Kozina Date: Mon, 22 Apr 2013 13:00:20 +0000 (+0200) Subject: - clarify note about xattribute namespaces in xattrs2.cc test X-Git-Tag: v0.1.3~7^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15%2Fhead;p=thirdparty%2Fsnapper.git - clarify note about xattribute namespaces in xattrs2.cc test --- 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");