FreeBSD Bugzilla – Attachment 240123 Details for
Bug 269524
security/opencryptoki: 'make stage' as regular user fails to install p11sak_defined_attrs.conf.sample
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] fix 'make stage' permission failure
pr-opencryptoki-fix-stage-perm.diff (text/plain), 1.16 KB, created by
John Hein
on 2023-02-13 06:02:18 UTC
(
hide
)
Description:
[patch] fix 'make stage' permission failure
Filename:
MIME Type:
Creator:
John Hein
Created:
2023-02-13 06:02:18 UTC
Size:
1.16 KB
patch
obsolete
>diff --git a/security/opencryptoki/files/patch-Makefile.am b/security/opencryptoki/files/patch-Makefile.am >index 7f102a37c1f3..4d718d716928 100644 >--- a/security/opencryptoki/files/patch-Makefile.am >+++ b/security/opencryptoki/files/patch-Makefile.am >@@ -51,7 +51,7 @@ > if ENABLE_P11SAK > test -f $(DESTDIR)$(sysconfdir)/opencryptoki || $(MKDIR_P) $(DESTDIR)$(sysconfdir)/opencryptoki || true > - test -f $(DESTDIR)$(sysconfdir)/opencryptoki/p11sak_defined_attrs.conf || $(INSTALL) -g pkcs11 -m 0640 $(srcdir)/usr/sbin/p11sak/p11sak_defined_attrs.conf $(DESTDIR)$(sysconfdir)/opencryptoki/p11sak_defined_attrs.conf || true >-+ test -f $(DESTDIR)$(sysconfdir)/opencryptoki/p11sak_defined_attrs.conf.sample || $(INSTALL) -g @PKCS11GROUP@ -m 0640 $(srcdir)/usr/sbin/p11sak/p11sak_defined_attrs.conf $(DESTDIR)$(sysconfdir)/opencryptoki/p11sak_defined_attrs.conf.sample || true >++ test -f $(DESTDIR)$(sysconfdir)/opencryptoki/p11sak_defined_attrs.conf.sample || $(INSTALL) -m 0640 $(srcdir)/usr/sbin/p11sak/p11sak_defined_attrs.conf $(DESTDIR)$(sysconfdir)/opencryptoki/p11sak_defined_attrs.conf.sample || true > endif > if ENABLE_ICATOK > cd $(DESTDIR)$(libdir)/opencryptoki/stdll && \
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
Flags:
fuz
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 269524
: 240123