EXT 4 ACL support
authorJamie Cameron <jcameron@webmin.com>
Fri, 31 Dec 2010 19:02:35 +0000 (11:02 -0800)
committerJamie Cameron <jcameron@webmin.com>
Fri, 31 Dec 2010 19:02:35 +0000 (11:02 -0800)
file/config-*-linux

index bb3c03d..4ae6d09 100644 (file)
@@ -1,12 +1,15 @@
 xfs_acl=&has_command("getfacl") && &has_command("setfacl")
 ext2_acl=&has_command("getfacl") && &has_command("setfacl")
 ext3_acl=&has_command("getfacl") && &has_command("setfacl")
+ext4_acl=&has_command("getfacl") && &has_command("setfacl")
 reiserfs_acl=&has_command("getfacl") && &has_command("setfacl")
 xfs_attr=&has_command("attr")
 ext2_attr=&has_command("attr")
 ext3_attr=&has_command("attr")
+ext4_attr=&has_command("attr")
 ext2_ext=&has_command("lsattr") && &has_command("chattr")
 ext3_ext=&has_command("lsattr") && &has_command("chattr")
+ext4_ext=&has_command("lsattr") && &has_command("chattr")
 getfacl=getfacl
 setfacl=setfacl --set-file=-
 hide_dot_files=0