* Pass --no-sessions to Upstart to make sure users cannot start

Upstart jobs (even when Upstart has attached to D-Bus).

svn path=/nixos/trunk/; revision=33617
This commit is contained in:
Eelco Dolstra 2012-04-05 12:27:21 +00:00
parent 9a91181be9
commit e44b87dd31

View file

@ -186,4 +186,4 @@ fi
# Start Upstart's init.
echo "starting Upstart..."
PATH=/var/run/current-system/upstart/sbin exec init ${debug2:+--verbose}
PATH=/var/run/current-system/upstart/sbin exec init --no-sessions ${debug2:+--verbose}