[Bug 278124] /usr/bin/find doesn't accept "-acl" option

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 02 Apr 2024 06:46:38 UTC
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: bugs@FreeBSD.org
          Reporter: ykasap@gmail.com

/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.