Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109216584
D25269.id73112.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
751 B
Referenced Files
None
Subscribers
None
D25269.id73112.diff
View Options
Index: Mk/bsd.port.mk
===================================================================
--- Mk/bsd.port.mk
+++ Mk/bsd.port.mk
@@ -3603,6 +3603,7 @@
' ${TMPPLIST} > ${WRKDIR}/.PLIST.flattened; \
${TR} '\n' '\0' < ${WRKDIR}/.PLIST.flattened \
| ${XARGS} -0 -J % ${FIND} % -prune ! -type l -type f \( -perm -4000 -o -perm -2000 \) \( -perm -0010 -o -perm -0001 \) 2> /dev/null > ${WRKDIR}/.PLIST.setuid; \
+ ${SED} -n -E -e '/^@\(([^,)]*,){2}[246][0-7]([135][0-7]|[0-7][135])\)/ s/^@\([^)]*\) *//p' < ${TMPPLIST} >> ${WRKDIR}/.PLIST.setuid; \
${TR} '\n' '\0' < ${WRKDIR}/.PLIST.flattened \
| ${XARGS} -0 -J % ${FIND} % -prune -perm -0002 \! -type l 2> /dev/null > ${WRKDIR}/.PLIST.writable; \
${TR} '\n' '\0' < ${WRKDIR}/.PLIST.flattened \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 3, 4:33 AM (14 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16425458
Default Alt Text
D25269.id73112.diff (751 B)
Attached To
Mode
D25269: Improve setuid binary detection in security-check target
Attached
Detach File
Event Timeline
Log In to Comment