Date: Mon, 25 Feb 2002 21:55:26 -0800 From: Byron Servies <bservies@pacang.com> To: freebsd-fs@freebsd.org Subject: Retrieving a list of ACLs for a file Message-ID: <20020225215526.J13918@pacang.com>
next in thread | raw e-mail | index | archive | help
Hi there! I am working on adding ACL support to the freebsd port of Legato NetWorker. Everything appears to be straight forward, with the exception of retrieving a complete list of the ACLs on a file. From the acl_get manual page, it appears that there is no way to retrieve a complete list, but that each ACL type must be retrieved individually. My concern is that if new ACL types are added, the backup will still succeed though the new ACLs would not actually be backed up. Does anyone have any suggestions on a good way to retrieve a complete list, or do I just have to hard code it? Thanks, Byron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020225215526.J13918>