← Back to team overview

ubuntu-eee-coders team mailing list archive

[Bug 286465] [NEW] Lots of wrong permissions or missing setuid, setgid: /dev/fuse, unix_chkpwd, passwd, mount, ...

 

Public bug reported:

A lot of permissions seem to have been lost when packaging ubuntu-eee.

The ones i hit:
/dev/fuse -> https://bugs.launchpad.net/ubuntu-eee/+bug/266883
unix_chkpwd -> https://bugs.launchpad.net/ubuntu-eee/+bug/261497
passwd -> https://bugs.launchpad.net/ubuntu-eee/+bug/271111
mount (wrong group, missing SGID)

--------------------------------------------------------------------------------
Collection of fixes:

sudo chown root:shadow /sbin/unix_chkpwd
sudo chmod 2755 /sbin/unix_chkpwd
sudo chmod +x /dev/fuse
sudo chmod u+s /bin/mount
sudo chmod u+s /usr/bin/passwd

** Affects: ubuntu-eee
     Importance: Undecided
         Status: Confirmed

** Description changed:

  A lot of permissions seem to have been lost when packaging ubuntu-eee.
  
  The ones i hit:
  /dev/fuse -> https://bugs.launchpad.net/ubuntu-eee/+bug/266883
  unix_chkpwd -> https://bugs.launchpad.net/ubuntu-eee/+bug/261497
  passwd -> https://bugs.launchpad.net/ubuntu-eee/+bug/271111
  mount (wrong group, missing SGID)
+ 
+ 
+ Collection of fixes:
+ 
+ sudo chown root:shadow /sbin/unix_chkpwd
+ sudo chmod 2755 /sbin/unix_chkpwd
+ sudo chmod +x /dev/fuse
+ sudo chmod u+s /bin/mount

** Description changed:

  A lot of permissions seem to have been lost when packaging ubuntu-eee.
  
  The ones i hit:
  /dev/fuse -> https://bugs.launchpad.net/ubuntu-eee/+bug/266883
  unix_chkpwd -> https://bugs.launchpad.net/ubuntu-eee/+bug/261497
  passwd -> https://bugs.launchpad.net/ubuntu-eee/+bug/271111
  mount (wrong group, missing SGID)
  
- 
+ --------------------------------------------------------------------------------
  Collection of fixes:
  
  sudo chown root:shadow /sbin/unix_chkpwd
  sudo chmod 2755 /sbin/unix_chkpwd
  sudo chmod +x /dev/fuse
  sudo chmod u+s /bin/mount
+ sudo chmod u+s /usr/bin/passwd

** Changed in: ubuntu-eee
       Status: New => Confirmed

-- 
Lots of wrong permissions or missing setuid,setgid: /dev/fuse, unix_chkpwd, passwd, mount, ...
https://bugs.launchpad.net/bugs/286465
You received this bug notification because you are a member of Ubuntu
Eee Coders, which is subscribed to Ubuntu Eee.

Status in Ubuntu Eee: Confirmed

Bug description:
A lot of permissions seem to have been lost when packaging ubuntu-eee.

The ones i hit:
/dev/fuse -> https://bugs.launchpad.net/ubuntu-eee/+bug/266883
unix_chkpwd -> https://bugs.launchpad.net/ubuntu-eee/+bug/261497
passwd -> https://bugs.launchpad.net/ubuntu-eee/+bug/271111
mount (wrong group, missing SGID)

--------------------------------------------------------------------------------
Collection of fixes:

sudo chown root:shadow /sbin/unix_chkpwd
sudo chmod 2755 /sbin/unix_chkpwd
sudo chmod +x /dev/fuse
sudo chmod u+s /bin/mount
sudo chmod u+s /usr/bin/passwd



Follow ups

References