[Bug 851860] Re: glance user should not be in the 'nogroup' group

Launchpad Bug Tracker 851860 at bugs.launchpad.net
Thu Sep 22 20:11:46 UTC 2011


This bug was fixed in the package glance - 2011.3-0ubuntu1

---------------
glance (2011.3-0ubuntu1) oneiric; urgency=low

  * New upstream release.
  * debian/glance.postinst: Add glance group and add glance user to it.
    (LP: #851860)
 -- Chuck Short <zulcss at ubuntu.com>   Thu, 22 Sep 2011 10:45:33 -0400

** Changed in: glance (Ubuntu)
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of OpenStack
Ubuntu packagers, which is a bug assignee.
https://bugs.launchpad.net/bugs/851860

Title:
  glance user should not be in the 'nogroup' group

Status in “glance” package in Ubuntu:
  Fix Released

Bug description:
  glance  2011.3~rc~20110908.r1005-0ubuntu1

  The glance package creates a glance user who's primary (and only)
  group membership is 'nogroup'. This results in files/directories
  created by the glance user having 'nogroup' group ownership. This is
  considered a bad thing.

  Please create a 'glance' group and add the glance user to this group
  instead.

  = Tests =

  $ id glance
  uid=108(glance) gid=65534(nogroup) groups=65534(nogroup)

  $ ls -al /var/lib/glance/images/1 /var/log/glance/api.log
  -rw-r--r-- 1 glance nogroup 4107552 2011-08-03 13:02 /var/lib/glance/images/1
  -rw-r--r-- 1 glance nogroup 6325722 2011-09-16 14:02 /var/log/glance/api.log

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/851860/+subscriptions



More information about the Openstack-packaging mailing list