** Description changed:

  rust-coreutils version 0.9.0-2ubuntu1 seems to break fakeroot id -u by
  printing the userid of the invoking user rather than 0 (root).
  
  ## Reproduce ##
  
  1. Confirm coreutils version:
  
  $ coreutils --version
  
  coreutils 0.9.0 (multi-call binary)
  
  2. On a non-root user, check the id:
  
- $ id
+ $ id -u
  
- uid=1000(bamf0) gid=1000(bamf0) groups=1000(bamf0)
+ 1000
  
  3. Run fakeroot:
  
  $ fakeroot id -u
  
  1000
  
  ## Expected behavior ##
  
  fakeroot id -u should print 0.

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

Title:
  fakeroot does not fake root (regression: 0.8.0 -> 0.9.0)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rust-coreutils/+bug/2160614/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to