Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Apr 2024 06:46:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 278124] /usr/bin/find doesn't accept "-acl" option
Message-ID:  <bug-278124-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278124

            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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278124-227>