From 51dcf0b11590836c3b408e037b8a88d3b47b6f3b Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 21 Jul 1999 20:02:00 +0000 Subject: Adding arbitrary accounts (e.g. UUCP accounts) to the "news" group is a possible security problem while execute permission for "rnews" for everyone is not. So install "rnews" with mode 4555 instead of 4550. --- news/inn/patches/patch-ag | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 news/inn/patches/patch-ag (limited to 'news/inn/patches') diff --git a/news/inn/patches/patch-ag b/news/inn/patches/patch-ag new file mode 100644 index 00000000000..8f90f37cdf5 --- /dev/null +++ b/news/inn/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.3 1999/07/21 20:02:01 tron Exp $ + +--- frontends/Makefile.orig Sat Aug 15 07:30:32 1998 ++++ frontends/Makefile Wed Jul 21 21:57:19 1999 +@@ -66,7 +66,7 @@ + $D$(PATHBIN)/inews: inews + $(LIBTOOL) ../installit.sh $(OWNER) -m 02555 -b .OLD $? $@ + $D$(PATHBIN)/rnews: rnews +- $(LIBTOOL) ../installit.sh $(ROWNER) -m 04550 -b .OLD $? $@ ++ $(LIBTOOL) ../installit.sh $(ROWNER) -m 04555 -b .OLD $? $@ + $D$(PATHBIN)/ctlinnd: ctlinnd + $(LIBTOOL) ../installit.sh $(OWNER) -m 0550 -b .OLD $? $@ + $D$(PATHBIN)/sm: sm -- cgit v1.2.3