* 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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user