]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- clarify note about xattribute namespaces in xattrs2.cc test 15/head
authorOndrej Kozina <okozina@redhat.com>
Mon, 22 Apr 2013 13:00:20 +0000 (15:00 +0200)
committerOndrej Kozina <okozina@redhat.com>
Mon, 22 Apr 2013 13:00:50 +0000 (15:00 +0200)
testsuite-real/xattrs2.cc

index f0feee7c2eecb3e1396fffe55632b9777a31f9d6..97f88a5f303006069ee4418438bfb19a091e25de 100644 (file)
@@ -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");