source: trunk/debathena/config/reactivate/debian/Xsession.debathena @ 23525

Revision 23525, 267 bytes checked in by broder, 15 years ago (diff)
In cluster-login-config: * Allow users to sudo to anyone, primarily so they can sudo to themselves for debathena-reactivate. In reactivate: * Work around an schroot bug that causes you to get dropped from all of your groups.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3# We wrap the Xsession in sudo because it runs initgroups(3) /after/
4# being chrooted, which puts users back in the groups we added them to
5# in athena-login-snapshot
6
7exec schroot -c login -p -- sudo -E -u "$USER" -- /etc/gdm/Xsession.debathena-orig "$@"
Note: See TracBrowser for help on using the repository browser.