From a7eebafd326078d7433547235ec9a6a1dc48c032 Mon Sep 17 00:00:00 2001 From: filon Date: Wed, 12 Sep 2001 21:00:55 +0000 Subject: [PATCH] - removes setting suid attrib on xaos Changed files: XaoS-nosuid.patch -> 1.1 --- XaoS-nosuid.patch | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 XaoS-nosuid.patch diff --git a/XaoS-nosuid.patch b/XaoS-nosuid.patch new file mode 100644 index 0000000..ce16750 --- /dev/null +++ b/XaoS-nosuid.patch @@ -0,0 +1,25 @@ +diff -Naur XaoS-3.0/configure new/configure +--- XaoS-3.0/configure Wed Mar 4 16:49:12 1998 ++++ new/configure Mon Aug 16 14:22:05 1999 +@@ -5522,7 +5522,7 @@ + #define SVGA_DRIVER 1 + EOF + +- STICKY='chmod +s $(bindir)/xaos; chown root $(bindir)/xaos; chgrp root $(bindir)/xaos' ++ STICKY='' + DRIVERDIRS="$DRIVERDIRS ui/ui-drv/svga" + DRIVERLIBS="$DRIVERLIBS lib/libuisvga.a" + if test "x$ac_cv_func_pthread_sighandler" = xyes; then + +diff -Naur XaoS-3.0/configure.in new/configure.in +--- XaoS-3.0/configure.in Wed Mar 4 16:49:12 1998 ++++ new/configure.in Mon Aug 16 14:15:24 1999 +@@ -647,7 +647,7 @@ + if test "x$ac_cv_lib_vga_vga_hasmode$ac_cv_lib_vgagl_gl_write" = xyesyes; then + drivers=yes + AC_DEFINE(SVGA_DRIVER) +- STICKY='chmod +s $(bindir)/xaos; chown root $(bindir)/xaos; chgrp root $(bindir)/xaos' ++ STICKY='' + DRIVERDIRS="$DRIVERDIRS ui/ui-drv/svga" + DRIVERLIBS="$DRIVERLIBS lib/libuisvga.a" + if test "x$ac_cv_func_pthread_sighandler" = xyes; then -- 2.44.0