summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-08-17 03:25:41 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-08-17 03:25:41 +0000
commit93385a5216b42bfff0985f064c0b55e4abcb8e5d (patch)
treedae78188aec5f50ee3840b77176f69525ed80906 /graphics
parentMark FORBIDDEN due to local buffer overflow yielding root. (diff)
Don't install stuff writable to group wheel
Notes
Notes: svn path=/head/; revision=31695
Diffstat (limited to 'graphics')
-rw-r--r--graphics/urt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile
index 29726e08d8ac..4c5a91ae4159 100644
--- a/graphics/urt/Makefile
+++ b/graphics/urt/Makefile
@@ -70,8 +70,8 @@ post-install:
cd ${PREFIX}/share/examples/urt; \
${TAR} xf $(DISTDIR)/urt-img.tar; \
${CHOWN} -R root:wheel . ; \
- find . -type d -exec ${CHMOD} 775 '{}' \; ; \
- find . -type f -exec ${CHMOD} 664 '{}' \;
+ find . -type d -exec ${CHMOD} 755 '{}' \; ; \
+ find . -type f -exec ${CHMOD} 644 '{}' \;
.endif
.include <bsd.port.mk>