]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak comments to describe what OSes are supported ACL wise.
authorMarco van Wieringen <mvw@planets.elm.net>
Tue, 26 Oct 2010 15:02:22 +0000 (17:02 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 12 Nov 2010 08:13:57 +0000 (09:13 +0100)
bacula/src/filed/acl.c

index d3aac220f08054952e1c0539056a40f2f5c1bfd4..5de9385a69f20cdedc8f44230b9afc5ebc7c75ca 100644 (file)
 /**
  * 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.
  *