[24320] in Source-Commits

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

/svn/athena r23918 - trunk/debathena/config/thunderbird-config/debian

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

Date: Wed, 22 Jul 2009 13:18:42 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200907221718.n6MHIgTG016127@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:18:41 -0400 (Wed, 22 Jul 2009)
New Revision: 23918

Modified:
   trunk/debathena/config/thunderbird-config/debian/changelog
   trunk/debathena/config/thunderbird-config/debian/thunderbird.debathena
Log:
In thunderbird-config:
  * Whitelist the AFS ACL on the Thunderbird profile instead of
    blacklisting.


Modified: trunk/debathena/config/thunderbird-config/debian/changelog
===================================================================
--- trunk/debathena/config/thunderbird-config/debian/changelog	2009-07-21 02:00:10 UTC (rev 23917)
+++ trunk/debathena/config/thunderbird-config/debian/changelog	2009-07-22 17:18:41 UTC (rev 23918)
@@ -1,3 +1,10 @@
+debathena-thunderbird-config (1.2) unstable; urgency=low
+
+  * Whitelist the AFS ACL on the Thunderbird profile instead of
+    blacklisting.
+
+ -- Evan Broder <broder@mit.edu>  Wed, 22 Jul 2009 13:18:34 -0400
+
 debathena-thunderbird-config (1.1) unstable; urgency=low
 
   * Only run fs if the user has an AFS homedir. (Trac: #279)

Modified: trunk/debathena/config/thunderbird-config/debian/thunderbird.debathena
===================================================================
--- trunk/debathena/config/thunderbird-config/debian/thunderbird.debathena	2009-07-21 02:00:10 UTC (rev 23917)
+++ trunk/debathena/config/thunderbird-config/debian/thunderbird.debathena	2009-07-22 17:18:41 UTC (rev 23918)
@@ -9,7 +9,7 @@
     fi
 
     if [ afs = "$DEBATHENA_HOME_TYPE" ]; then
-        fs sa "$HOME/.mozilla-thunderbird" system:anyuser none
+        fs sa "$HOME/.mozilla-thunderbird" "$ATHENA_USER" all -clear
     fi
 fi
 : ${NAME:=$(getent passwd "$USER" | cut -d: -f5 | cut -d, -f1)}


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