FreeBSD Bugzilla – Attachment 183751 Details for
Bug 220234
security/sudo: Fix sudoers.d directory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix sudoers.d directory
sudo.patch (text/plain), 919 bytes, created by
Jose Luis Duran
on 2017-06-23 22:45:06 UTC
(
hide
)
Description:
Fix sudoers.d directory
Filename:
MIME Type:
Creator:
Jose Luis Duran
Created:
2017-06-23 22:45:06 UTC
Size:
919 bytes
patch
obsolete
>diff --git Makefile Makefile >index 71f966e..75341b1 100644 >--- Makefile >+++ Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= sudo > PORTVERSION= 1.8.20p2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= security > MASTER_SITES= SUDO > >@@ -88,7 +88,6 @@ post-patch: > > post-install: > ${INSTALL_DATA} ${FILESDIR}/pam.conf ${STAGEDIR}${PREFIX}/etc/pam.d/sudo.default >- ${TOUCH} ${STAGEDIR}${PREFIX}/etc/sudoers.d/.keep-me > ${RM} ${STAGEDIR}${PREFIX}/etc/sudoers > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sudoreplay > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/visudo >diff --git pkg-plist pkg-plist >index e0441cf..4487d39 100644 >--- pkg-plist >+++ pkg-plist >@@ -94,7 +94,7 @@ sbin/visudo > %%NLS%%share/locale/vi/LC_MESSAGES/sudoers.mo > %%NLS%%share/locale/zh_CN/LC_MESSAGES/sudo.mo > %%NLS%%share/locale/zh_CN/LC_MESSAGES/sudoers.mo >-etc/sudoers.d/.keep-me >+@dir etc/sudoers.d > @dir /var/db/sudo/lectured > @dir /var/db/sudo > @dir /var/run/sudo
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 220234
:
183750
| 183751