]> code.citadel.org Git - citadel.git/commitdiff
sendcommand only accessible by the bbs user
authorArt Cancro <ajc@citadel.org>
Tue, 1 Dec 1998 00:50:34 +0000 (00:50 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 1 Dec 1998 00:50:34 +0000 (00:50 +0000)
citadel/Makefile.in

index 3158d004be49c36c337505db32dabe374b734852..de0d3236ece09eba310b03c0ec277d52f2fa4b8f 100644 (file)
@@ -156,6 +156,7 @@ whobbs: whobbs.o ipc_c_tcp.o tools.o $(SNPRINTF)
 sendcommand: sendcommand.o ipc_c_tcp.o tools.o $(SNPRINTF)
        $(CC) sendcommand.o ipc_c_tcp.o tools.o $(SNPRINTF) $(LDFLAGS) \
        -o sendcommand
+       chmod 700 sendcommand
 
 userlist: userlist.o ipc_c_tcp.o tools.o $(SNPRINTF)
        $(CC) userlist.o ipc_c_tcp.o tools.o \