Comment 4 for bug 890362

Revision history for this message
Stuart McLaren (stuart-mclaren) wrote : Re: Should glance user's shell be /bin/false?

Note that current invocations (in the packaging scripts) such as:

su -c 'glance-manage db_sync' glance
exec su -c "glance-registry" glance

may not work in the absense of a real shell.

(Swift does a drop_priviledges to switch to the 'swift' user).