ACL support on FreeBSD
authorJamie Cameron <jcameron@webmin.com>
Wed, 3 Sep 2008 16:08:22 +0000 (16:08 +0000)
committerJamie Cameron <jcameron@webmin.com>
Wed, 3 Sep 2008 16:08:22 +0000 (16:08 +0000)
file/CHANGELOG
file/config-freebsd [new file with mode: 0644]

index fa39578..957cbb7 100644 (file)
@@ -41,3 +41,5 @@ Added Module Config options for the default unzip mode and default user to uploa
 Added a Module Config option to specify file extensions to treat as HTML, rather than always using only .html and .htm.
 ---- Changes since 1.380 ----
 Use of the Preview button can now be controlled on the access control page.
+---- Changes since 1.430 ----
+POSIX ACLs can now be edited on FreeBSD, if the setfacl and getfacl commands are installed.
diff --git a/file/config-freebsd b/file/config-freebsd
new file mode 100644 (file)
index 0000000..9824c99
--- /dev/null
@@ -0,0 +1,8 @@
+hide_dot_files=0
+iconsize=0
+nocharset=0
+extract=1
+force_text=0
+defzip=0
+defuser=root
+ufs_acl=&has_command("getfacl") && &has_command("setfacl")