https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278124
Bug ID: 278124
Summary: /usr/bin/find doesn't accept "-acl" option
Product: Base System
Version: 14.0-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
/usr/bin/find doesn't accept "-acl" option.
% /usr/bin/find . -acl
find: -acl: unknown primary or operator
usr.bin/find/option.c doesn't include <sys/acl.h>, so the following line is not
compiled.
#ifdef ACL_TYPE_NFS4
{ "-acl", c_acl, f_acl, 0 },
#endif
--
You are receiving this mail because:
You are the assignee for the bug.