ce9709
diff -up at-3.1.18/Makefile.in.make at-3.1.18/Makefile.in
ce9709
--- at-3.1.18/Makefile.in.make	2015-12-06 16:45:10.000000000 +0100
ce9709
+++ at-3.1.18/Makefile.in	2016-03-23 12:38:15.652898579 +0100
ce9709
@@ -68,13 +68,13 @@ LIST = Filelist Filelist.asc
ce9709
 all: at atd atd.service atrun
ce9709
 
ce9709
 at: $(ATOBJECTS)
ce9709
-	$(CC) $(LDFLAGS) -o at $(ATOBJECTS) $(LIBS) $(LEXLIB)
ce9709
+	$(CC) $(LDFLAGS) -pie -o at $(ATOBJECTS) $(LIBS) $(LEXLIB)
ce9709
 	rm -f $(CLONES)
ce9709
 	$(LN_S) -f at atq
ce9709
 	$(LN_S) -f at atrm
ce9709
 
ce9709
 atd: $(RUNOBJECTS)
ce9709
-	$(CC) $(LDFLAGS) -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB) $(SELINUXLIB)
ce9709
+	$(CC) $(LDFLAGS) -pie -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB) $(SELINUXLIB)
ce9709
 
ce9709
 y.tab.c y.tab.h: parsetime.y
ce9709
 	$(YACC) -d parsetime.y
ce9709
@@ -89,38 +89,41 @@ atrun: atrun.in
ce9709
 	configure
ce9709
 
ce9709
 .c.o:
ce9709
-	$(CC) -c $(CFLAGS) $(DEFS) $*.c
ce9709
+	$(CC) -c $(CFLAGS) -fPIE $(DEFS) $*.c
ce9709
 
ce9709
 install: all
ce9709
-	$(INSTALL) -g root -o root -m 755 -d $(IROOT)$(etcdir)
ce9709
-	$(INSTALL) -g root -o root -m 755 -d $(IROOT)$(bindir)
ce9709
-	$(INSTALL) -g root -o root -m 755 -d $(IROOT)$(sbindir)
ce9709
-	$(INSTALL) -g root -o root -m 755 -d $(IROOT)$(docdir)
ce9709
-	$(INSTALL) -g root -o root -m 755 -d $(IROOT)$(atdocdir)
ce9709
-	$(INSTALL) -g $(DAEMON_GROUPNAME) -o $(DAEMON_USERNAME) -m 755 -d $(IROOT)$(ATSPOOL_DIR) $(IROOT)$(ATJOB_DIR)
ce9709
-	chmod 1770 $(IROOT)$(ATSPOOL_DIR) $(IROOT)$(ATJOB_DIR)
ce9709
+	$(INSTALL) -m 755 -d $(IROOT)$(etcdir)
ce9709
+	$(INSTALL) -m 755 -d $(IROOT)$(bindir)
ce9709
+	$(INSTALL) -m 755 -d $(IROOT)$(sbindir)
ce9709
+	$(INSTALL) -m 755 -d $(IROOT)$(docdir)
ce9709
+	$(INSTALL) -m 755 -d $(IROOT)$(atdocdir)
ce9709
+	$(INSTALL) -m 755 -d $(IROOT)$(etcdir)/pam.d/
ce9709
+	$(INSTALL) -g $(DAEMON_GROUPNAME) -o $(DAEMON_USERNAME) -m 755 -d $(IROOT)$(ATSPOOL_DIR)
ce9709
+	chmod 700 $(IROOT)$(ATJOB_DIR) $(IROOT)$(ATSPOOL_DIR)
ce9709
+	chown $(DAEMON_USERNAME):$(DAEMON_GROUPNAME) $(IROOT)$(ATJOB_DIR) $(IROOT)$(ATSPOOL_DIR)
ce9709
 	touch $(IROOT)$(LFILE)
ce9709
 	chmod 600 $(IROOT)$(LFILE)
ce9709
 	chown $(DAEMON_USERNAME):$(DAEMON_GROUPNAME) $(IROOT)$(LFILE)
ce9709
-	test -f $(IROOT)$(etcdir)/at.allow || test -f $(IROOT)$(etcdir)/at.deny || $(INSTALL) -o root -g $(DAEMON_GROUPNAME) -m 640 at.deny $(IROOT)$(etcdir)/
ce9709
-	$(INSTALL) -g $(DAEMON_GROUPNAME) -o $(DAEMON_USERNAME) -m 6755 at $(IROOT)$(bindir)
ce9709
+	test -f $(IROOT)$(etcdir)/at.allow || test -f $(IROOT)$(etcdir)/at.deny || $(INSTALL) -m 600 at.deny $(IROOT)$(etcdir)/
ce9709
+	$(INSTALL) -o $(INSTALL_ROOT_USER) -g $(DAEMON_GROUPNAME) pam_atd $(IROOT)$(etcdir)/pam.d/atd
ce9709
+	$(INSTALL) -m 4755 at $(IROOT)$(bindir)
ce9709
 	$(LN_S) -f at $(IROOT)$(bindir)/atq
ce9709
 	$(LN_S) -f at $(IROOT)$(bindir)/atrm
ce9709
-	$(INSTALL) -g root -o root -m 755 batch $(IROOT)$(bindir)
ce9709
-	$(INSTALL) -d -o root -g root -m 755 $(IROOT)$(man1dir)
ce9709
-	$(INSTALL) -d -o root -g root -m 755 $(IROOT)$(man5dir)
ce9709
-	$(INSTALL) -d -o root -g root -m 755 $(IROOT)$(man8dir)
ce9709
-	$(INSTALL) -g root -o root -m 755 atd $(IROOT)$(sbindir)
ce9709
-	$(INSTALL) -g root -o root -m 755 atrun $(IROOT)$(sbindir)
ce9709
-	$(INSTALL) -g root -o root -m 644 at.1 $(IROOT)$(man1dir)/
ce9709
+	$(INSTALL) -m 755 batch $(IROOT)$(bindir)
ce9709
+	$(INSTALL) -d -m 755 $(IROOT)$(man1dir)
ce9709
+	$(INSTALL) -d -m 755 $(IROOT)$(man5dir)
ce9709
+	$(INSTALL) -d -m 755 $(IROOT)$(man8dir)
ce9709
+	$(INSTALL) -m 755 atd $(IROOT)$(sbindir)
ce9709
+	$(INSTALL) -m 755 atrun $(IROOT)$(sbindir)
ce9709
+	$(INSTALL) -m 644 at.1 $(IROOT)$(man1dir)/
ce9709
 	cd $(IROOT)$(man1dir) && $(LN_S) -f at.1 atq.1 && $(LN_S) -f at.1 batch.1 && $(LN_S) -f at.1 atrm.1
ce9709
-	$(INSTALL) -g root -o root -m 644 atd.8 $(IROOT)$(man8dir)/
ce9709
+	$(INSTALL) -m 644 atd.8 $(IROOT)$(man8dir)/
ce9709
 	sed "s,\$${exec_prefix},$(exec_prefix),g" <atrun.8>tmpman
ce9709
-	$(INSTALL) -g root -o root -m 644 tmpman $(IROOT)$(man8dir)/atrun.8
ce9709
+	$(INSTALL) -m 644 tmpman $(IROOT)$(man8dir)/atrun.8
ce9709
 	rm -f tmpman
ce9709
-	$(INSTALL) -g root -o root -m 644 at.allow.5 $(IROOT)$(man5dir)/
ce9709
+	$(INSTALL) -m 644 at.allow.5 $(IROOT)$(man5dir)/
ce9709
 	cd $(IROOT)$(man5dir) && $(LN_S) -f at.allow.5 at.deny.5
ce9709
-	$(INSTALL) -g root -o root -m 644 $(DOCS) $(IROOT)$(atdocdir)
ce9709
+	$(INSTALL) -m 644 $(DOCS) $(IROOT)$(atdocdir)
ce9709
 	rm -f $(IROOT)$(mandir)/cat1/at.1* $(IROOT)$(mandir)/cat1/batch.1* \
ce9709
 		$(IROOT)$(mandir)/cat1/atq.1*
ce9709
 	rm -f $(IROOT)$(mandir)/cat1/atd.8*