[Bug 155163] [patch] Add Recursive Functionality to setfacl(1)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 18 12:47:03 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=155163

Edward Tomasz Napierala <trasz at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|trasz at FreeBSD.org           |freebsd-bugs at FreeBSD.org

--- Comment #3 from Edward Tomasz Napierala <trasz at FreeBSD.org> ---
Disown.  I don't even remember how that code works anymore.  One potential
problem with this code that it used fts to build a list of all paths in the
tree, instead of using fts to iterate over the tree, and that could fail due to
out of memory condition.  That said, it doesn't look critical, and that's also
how setfacl works right now.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list