Edward Tomasz Napierala wrote:
On 0414T1115, Tim Kientzle wrote:
There is no way for strmode(3) to append '+' if the file has ACL,
because there is no way to figure that out based on the file mode
itself. Make the manual page match reality.
Yep, that '+' is why libarchive has a custom st
On 0414T1115, Tim Kientzle wrote:
> > There is no way for strmode(3) to append '+' if the file has ACL,
> > because there is no way to figure that out based on the file mode
> > itself. Make the manual page match reality.
>
> Yep, that '+' is why libarchive has a custom strmode()
> that acc
Robert Watson wrote:
On Tue, 14 Apr 2009, Tim Kientzle wrote:
A related issue: It would be really nice to be able to find out
whether a file had extended ACLs or extended attributes based on the
information returned from stat(2).
Kirk, Poul-Henning, and I discussed precisely this during the
On Tue, 14 Apr 2009, Tim Kientzle wrote:
There is no way for strmode(3) to append '+' if the file has ACL,
because there is no way to figure that out based on the file mode
itself. Make the manual page match reality.
Yep, that '+' is why libarchive has a custom strmode() that accepts mo
Edward Tomasz Napierala wrote:
Author: trasz
Date: Tue Apr 14 11:39:56 2009
New Revision: 191055
URL: http://svn.freebsd.org/changeset/base/191055
Log:
There is no way for strmode(3) to append '+' if the file has ACL,
because there is no way to figure that out based on the file mode
itself
Author: trasz
Date: Tue Apr 14 11:39:56 2009
New Revision: 191055
URL: http://svn.freebsd.org/changeset/base/191055
Log:
There is no way for strmode(3) to append '+' if the file has ACL,
because there is no way to figure that out based on the file mode
itself. Make the manual page match rea