[24321] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r23919 - in trunk/debathena/debathena/firefox-wrapper: . debian

daemon@ATHENA.MIT.EDU (Evan Broder)
Wed Jul 22 13:23:42 2009

Date: Wed, 22 Jul 2009 13:23:33 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200907221723.n6MHNX8j016577@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: broder
Date: 2009-07-22 13:23:33 -0400 (Wed, 22 Jul 2009)
New Revision: 23919

Modified:
   trunk/debathena/debathena/firefox-wrapper/debian/changelog
   trunk/debathena/debathena/firefox-wrapper/firefox.sh
Log:
In firefox-wrapper:
  * When creating the profile directory, whitelist the user in the AFS ACL
    instead of blacklisting system:anyuser and system:authuser.


Modified: trunk/debathena/debathena/firefox-wrapper/debian/changelog
===================================================================
--- trunk/debathena/debathena/firefox-wrapper/debian/changelog	2009-07-22 17:18:41 UTC (rev 23918)
+++ trunk/debathena/debathena/firefox-wrapper/debian/changelog	2009-07-22 17:23:33 UTC (rev 23919)
@@ -1,3 +1,10 @@
+debathena-firefox-wrapper (10.0.7) unstable; urgency=low
+
+  * When creating the profile directory, whitelist the user in the AFS ACL
+    instead of blacklisting system:anyuser and system:authuser.
+
+ -- Evan Broder <broder@mit.edu>  Wed, 22 Jul 2009 13:23:17 -0400
+
 debathena-firefox-wrapper (10.0.6) unstable; urgency=low
 
   * Handle net 127 IP addresses in profile lock symlink.

Modified: trunk/debathena/debathena/firefox-wrapper/firefox.sh
===================================================================
--- trunk/debathena/debathena/firefox-wrapper/firefox.sh	2009-07-22 17:18:41 UTC (rev 23918)
+++ trunk/debathena/debathena/firefox-wrapper/firefox.sh	2009-07-22 17:23:33 UTC (rev 23919)
@@ -204,8 +204,8 @@
 # the ACL appropriately.
 if [ ! -d "$prof_parent" ]; then
   mkdir -p "$prof_parent"
-  /usr/bin/fs setacl "$prof_parent" system:anyuser none \
-    system:authuser none >/dev/null 2>&1
+  /usr/bin/fs setacl "$prof_parent" "$ATHENA_USER" all \
+    -clear >/dev/null 2>&1
 fi
 
 # We want Firefox to download files for helper applications to


home help back first fref pref prev next nref lref last post