Comment 17 for bug 356861

Revision history for this message
Evan Broder (broder) wrote :

Here's a new patch for Dapper that includes the OPENAFS-SA-2007-001 patch. I don't have easy access to a Dapper machine (I have to install a VM when I need one), so I don't know when I'll be able to test this, but the added patch is pretty simple:

--- openafs-1.4.1.orig/src/afs/afs_cell.c
+++ openafs-1.4.1/src/afs/afs_cell.c
@@ -708,8 +708,7 @@
  tc->vlport = AFS_VLPORT;
  RWLOCK_INIT(&tc->lock, "cell lock");
  newc = 1;
- if (afs_thiscell && !strcmp(acellName, afs_thiscell))
- aflags &= ~CNoSUID;
+ aflags |= CNoSUID;
     }
     ObtainWriteLock(&tc->lock, 688);