From: Marco van Wieringen Date: Tue, 26 Oct 2010 15:02:22 +0000 (+0200) Subject: Tweak comments to describe what OSes are supported ACL wise. X-Git-Tag: Release-7.0.0~1430 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2faefef3dbaed0167cc72957f15e202c23dcf232;p=bacula%2Fbacula Tweak comments to describe what OSes are supported ACL wise. --- diff --git a/bacula/src/filed/acl.c b/bacula/src/filed/acl.c index d3aac220f0..5de9385a69 100644 --- a/bacula/src/filed/acl.c +++ b/bacula/src/filed/acl.c @@ -28,6 +28,18 @@ /** * Functions to handle ACLs for bacula. * + * Currently we support the following OSes: + * - AIX (pre-5.3 and post 5.3 acls, acl_get and aclx_get interface) + * - Darwin + * - FreeBSD + * - HPUX + * - IRIX + * - Linux + * - Solaris (POSIX and NFSv4/ZFS acls) + * - Tru64 + * + * Next to OS specific acls we support AFS acls using the pioctl interface. + * * We handle two different types of ACLs: access and default ACLS. * On most systems that support default ACLs they only apply to directories. *