From 2faefef3dbaed0167cc72957f15e202c23dcf232 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Tue, 26 Oct 2010 17:02:22 +0200 Subject: [PATCH] Tweak comments to describe what OSes are supported ACL wise. --- bacula/src/filed/acl.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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. * -- 2.39.5