tame "stdio rpath"
authorderaadt <deraadt@openbsd.org>
Wed, 7 Oct 2015 06:15:51 +0000 (06:15 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 7 Oct 2015 06:15:51 +0000 (06:15 +0000)
usr.bin/pr/pr.c

index be0d559..a3ab9d8 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pr.c,v 1.36 2015/08/20 22:32:41 deraadt Exp $ */
+/*     $OpenBSD: pr.c,v 1.37 2015/10/07 06:15:51 deraadt Exp $ */
 
 /*-
  * Copyright (c) 1991 Keith Muller.
@@ -140,6 +140,9 @@ main(int argc, char *argv[])
 {
     int ret_val;
 
+    if (tame("stdio rpath", NULL) == -1)
+       perror("tame");
+
     if (signal(SIGINT, SIG_IGN) != SIG_IGN)
        (void)signal(SIGINT, terminate);
     ret_val = setup(argc, argv);