[Bug 956039] Re: ec2 images have /etc with group write

2016-07-15 Thread Mathew Hodson
** Package changed: ubuntu => ubuntu-on-ec2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956039

Title:
  ec2 images have /etc with group write

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-on-ec2/+bug/956039/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956039] Re: ec2 images have /etc with group write

2012-03-28 Thread Ben Howard
Fix is present in the latest dailies. Marking as fix-released.

** Changed in: ubuntu
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956039

Title:
  ec2 images have /etc with group write

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956039] Re: ec2 images have /etc with group write

2012-03-27 Thread Ben Howard
** Changed in: ubuntu
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956039

Title:
  ec2 images have /etc with group write

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956039] Re: ec2 images have /etc with group write

2012-03-27 Thread Ben Howard
Fascinating. Tracking this down was pretty tricky.  The root cause is
the file permissions of live-config/common/includes.chroot/etc was 0777.
By chaning the permissions on the bzr branch, a non-prod test build had
the proper permissions.

I push r462, which fixes this problem and am putting through a prod-test build 
now. 
lp:~ubuntu-on-ec2/vmbuilder/automated-ec2-builds

** Changed in: ubuntu
   Status: Confirmed = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956039

Title:
  ec2 images have /etc with group write

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956039] Re: ec2 images have /etc with group write

2012-03-15 Thread Jamie Strandboge
** Description changed:

  Logging into EC2, I see /etc has group write:
  $ ls -ld /etc
  drwxrwxr-x 88 root root 4096 2012-03-15 14:02 /etc
  
  Since this is group 'root', it is not security sensitive, however /etc
  should use the standard 755 and this might be indicative of a larger
- problem with image creation. (Debigging note: the default umask changed
+ problem with image creation. (Debugging note: the default umask changed
  in 11.10).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956039

Title:
  ec2 images have /etc with group write

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956039] Re: ec2 images have /etc with group write

2012-03-15 Thread Ben Howard
** Changed in: ubuntu
 Assignee: (unassigned) = Ben Howard (utlemming)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956039

Title:
  ec2 images have /etc with group write

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956039] Re: ec2 images have /etc with group write

2012-03-15 Thread Ben Howard
It looks like this change was introduced with the switch over to Live-
Build from VMBuilder. From a quick review of the code, the chmod's don't
happen anywhere near /etc.

Confirmed for both Precise and Oneiric.

** Changed in: ubuntu
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956039

Title:
  ec2 images have /etc with group write

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956039] Re: ec2 images have /etc with group write

2012-03-15 Thread Scott Moser
Just for information, I just rand this on my mirror of cloud-images:
$  sudo sh -c 'tmpd=$(mktemp -d); for tarball in $(find -type f -name 
*server*-i386.tar.gz | sort); do echo === $(date +%H:%M:%S): $tarball === ; 
( cd $tmpd  rm -rf *  tar -Sxzf -  mkdir mp  sudo mount -o loop *.img 
mp  ls -ld mp/etc )  $tarball ; ret=$?; sudo umount $tmpd/mp ; [ $ret -eq 0 
] || { echo FAILED ; break; } ; done 21 '| tee /tmp/out.log

Attaching the output.

It seems to have come in at oneiric alpha-3.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956039

Title:
  ec2 images have /etc with group write

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs