FreeBSD Bugzilla – Attachment 255676 Details for
Bug 283166
security/aide: failed to get ACL of ZFS files: Invalid argument
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Corrects package name.
0001-security-aide-Flavorize-and-add-a-without-ACL-flavor.patch (text/plain), 1.36 KB, created by
Cy Schubert
on 2024-12-06 22:52:34 UTC
(
hide
)
Description:
Corrects package name.
Filename:
MIME Type:
Creator:
Cy Schubert
Created:
2024-12-06 22:52:34 UTC
Size:
1.36 KB
patch
obsolete
>From f460c6d179d50e3dbfcf97c70b9b37f48f46c25d Mon Sep 17 00:00:00 2001 >From: Cy Schubert <cy@FreeBSD.org> >Date: Wed, 4 Dec 2024 16:31:21 -0800 >Subject: [PATCH] security/aide: Flavorize and add a without ACL flavor > >ZFS supports NFSv4 ACLs and UFS can optionally support them. UFS doesn't >by default support ACLs unless specifically enabled. > >The default remains as before. > >PR: 283166 >--- > security/aide/Makefile | 13 +++++++++++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > >diff --git a/security/aide/Makefile b/security/aide/Makefile >index c0cf6224f99b..ec7acb4d0ada 100644 >--- a/security/aide/Makefile >+++ b/security/aide/Makefile >@@ -18,8 +18,6 @@ GNU_CONFIGURE= yes > GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share > CONFIGURE_ARGS+=--with-mhash \ > --with-zlib \ >- --with-posix-acl \ >- --with-e2fsattrs \ > --with-config_file=${PREFIX}/etc/aide.conf > CONFIGURE_ENV= YACC="bison -y" \ > POSIX_ACL_CFLAGS="-I/usr/include/sys" \ >@@ -31,6 +29,17 @@ LDFLAGS+= -lpthread > > SUB_FILES= pkg-message > >+FLAVORS= default without_acl >+FLAVOR?= ${FLAVORS:[1]} >+ >+.if ${FLAVOR:U} != without_acl >+CONFIGURE_ARGS+=--with-posix-acl \ >+ --with-e2fsattrs >+.endif >+ >+default_PKGNAMESUFFIX= >+without_acl_PKGNAMESUFFIX= -without_acl >+ > post-install: > ${INSTALL_DATA} ${FILESDIR}/aide.conf.freebsd ${STAGEDIR}${PREFIX}/etc/aide.conf.sample > ${MKDIR} ${STAGEDIR}/var/db/aide/databases >-- >2.47.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 283166
:
255670
| 255676