[Desktop-packages] [Bug 1734541] Re: encrypted home-directory is not unmounted on logout

2021-11-02 Thread Ahmed
/gdb/arch/arc.c:117:43:   required from here http://www.compilatori.com/
 /usr/include/c++/4.8.2/bits/hashtable_policy.h:195:39: error: no matching 
https://www.mktrade.fi/ function for call to ‘std::pairhttp://www-look-4.com/ 
target_desc_deleter> >::pair(const arc_arch_features&, target_desc*&)’
  : _M_v(std::forward<_Args>(__args)...) { } http://www.acpirateradio.co.uk/
   ^ 
/usr/include/c++/4.8.2/bits/hashtable_policy.h:195:39: note: candidates are: 
https://www.webb-dev.co.uk/
In file included from /usr/include/c++/4.8.2/utility:70:0,
 from /usr/include/c++/4.8.2/tuple:38, 
http://www.logoarts.co.uk/
 from /usr/include/c++/4.8.2/functional:55, 
 from ../../gdb/../gdbsupport/ptid.h:35, 
https://komiya-dental.com/
 from ../../gdb/../gdbsupport/common-defs.h:123,
 from ../../gdb/arch/arc.c:19: http://www.slipstone.co.uk/
/usr/include/c++/4.8.2/bits/stl_pair.h:206:9: note: templatehttp://the-hunters.org/  class ... _Args2, long 
unsigned int ..._Indexes2> std::pair<_T1, http://embermanchester.uk/ 
_T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple 
http://fishingnewsletters.co.uk/
 <_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>)
 pair(tuple<_Args1...>&, tuple<_Args2...>&, http://connstr.net/
 ^
>8-
http://joerg.li/
Thanks to Tome de Vries' investigation, same fix applies in ARC's case as well:
8<- http://www.jopspeech.com/
diff --git a/gdb/arch/arc.c b/gdb/arch/arc.c
index 3808f9f..a5385ce 100644 http://www.go-mk-websites.co.uk/
--- a/gdb/arch/arc.c
+++ b/gdb/arch/arc.c http://www.wearelondonmade.com/
@@ -114,7 +114,7 @@ struct arc_arch_features_hasher
   target_desc *tdesc = arc_create_target_description (features); 
https://waytowhatsnext.com/

   /* Add the newly created target description to the repertoire.  */ 
http://www.mconstantine.co.uk/
 -  arc_tdesc_cache.emplace (features, tdesc); http://www.iu-bloomington.com/
 +  arc_tdesc_cache.emplace (features, target_desc_up (tdesc));

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1734541

Title:
  encrypted home-directory is not unmounted on logout

Status in gnome-session:
  New
Status in ecryptfs-utils package in Ubuntu:
  Confirmed
Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-session package in Ubuntu:
  Confirmed
Status in ecryptfs-utils package in Debian:
  Fix Released

Bug description:
  Current Situation:

  If you log out from an user account with an encrypted home directory,
  it is not automatically unmounted and encrypted again.

  Expected behaviour:

  If I log out from an user account with an encrypted home directory, Id expect 
the homedir to be unmounted and encrypted again.
  Stepts to reproduce:

  log into an account with encrypted home directory. (lets call it: user)
  Log out again
  log into another account (which has sudo rights, lets call it: user2)

  and now enter the following into a terminal:

  user2@ubuntu: sudo su
  user2@ubuntu: ls -la /home/user

  you can see the files of the user

  Reasons:
  This is a security issue, because as a user you can reasonable expect your 
data to be safe, if you log out. if you would simply log in as another user but 
keep your data accessable you would simply switch user, instead of loggin out.
  Many users only suspend their laptop while carrying it with them. Logging out 
and suspending the user expects to have at least the home directory encrypted.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gdm3 3.26.1-3ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov 26 16:18:39 2017
  EcryptfsInUse: Yes
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-session/+bug/1734541/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1734541] Re: encrypted home-directory is not unmounted on logout

2021-02-24 Thread Bug Watch Updater
** Changed in: ecryptfs-utils (Debian)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1734541

Title:
  encrypted home-directory is not unmounted on logout

Status in gnome-session:
  New
Status in ecryptfs-utils package in Ubuntu:
  Confirmed
Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-session package in Ubuntu:
  Confirmed
Status in ecryptfs-utils package in Debian:
  Fix Released

Bug description:
  Current Situation:

  If you log out from an user account with an encrypted home directory,
  it is not automatically unmounted and encrypted again.

  Expected behaviour:

  If I log out from an user account with an encrypted home directory, Id expect 
the homedir to be unmounted and encrypted again.
  Stepts to reproduce:

  log into an account with encrypted home directory. (lets call it: user)
  Log out again
  log into another account (which has sudo rights, lets call it: user2)

  and now enter the following into a terminal:

  user2@ubuntu: sudo su
  user2@ubuntu: ls -la /home/user

  you can see the files of the user

  Reasons:
  This is a security issue, because as a user you can reasonable expect your 
data to be safe, if you log out. if you would simply log in as another user but 
keep your data accessable you would simply switch user, instead of loggin out.
  Many users only suspend their laptop while carrying it with them. Logging out 
and suspending the user expects to have at least the home directory encrypted.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gdm3 3.26.1-3ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov 26 16:18:39 2017
  EcryptfsInUse: Yes
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-session/+bug/1734541/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1734541] Re: encrypted home-directory is not unmounted on logout

2020-11-16 Thread Daniel van Vugt
** Tags removed: xenial

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1734541

Title:
  encrypted home-directory is not unmounted on logout

Status in gnome-session:
  New
Status in ecryptfs-utils package in Ubuntu:
  Confirmed
Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-session package in Ubuntu:
  Confirmed
Status in ecryptfs-utils package in Debian:
  New

Bug description:
  Current Situation:

  If you log out from an user account with an encrypted home directory,
  it is not automatically unmounted and encrypted again.

  Expected behaviour:

  If I log out from an user account with an encrypted home directory, Id expect 
the homedir to be unmounted and encrypted again.
  Stepts to reproduce:

  log into an account with encrypted home directory. (lets call it: user)
  Log out again
  log into another account (which has sudo rights, lets call it: user2)

  and now enter the following into a terminal:

  user2@ubuntu: sudo su
  user2@ubuntu: ls -la /home/user

  you can see the files of the user

  Reasons:
  This is a security issue, because as a user you can reasonable expect your 
data to be safe, if you log out. if you would simply log in as another user but 
keep your data accessable you would simply switch user, instead of loggin out.
  Many users only suspend their laptop while carrying it with them. Logging out 
and suspending the user expects to have at least the home directory encrypted.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gdm3 3.26.1-3ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov 26 16:18:39 2017
  EcryptfsInUse: Yes
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-session/+bug/1734541/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1734541] Re: encrypted home-directory is not unmounted on logout

2020-08-12 Thread Dave J
Note this was also reported in bug 1637710 back in 2016

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1734541

Title:
  encrypted home-directory is not unmounted on logout

Status in gnome-session:
  New
Status in ecryptfs-utils package in Ubuntu:
  Confirmed
Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-session package in Ubuntu:
  Confirmed
Status in ecryptfs-utils package in Debian:
  New

Bug description:
  Current Situation:

  If you log out from an user account with an encrypted home directory,
  it is not automatically unmounted and encrypted again.

  Expected behaviour:

  If I log out from an user account with an encrypted home directory, Id expect 
the homedir to be unmounted and encrypted again.
  Stepts to reproduce:

  log into an account with encrypted home directory. (lets call it: user)
  Log out again
  log into another account (which has sudo rights, lets call it: user2)

  and now enter the following into a terminal:

  user2@ubuntu: sudo su
  user2@ubuntu: ls -la /home/user

  you can see the files of the user

  Reasons:
  This is a security issue, because as a user you can reasonable expect your 
data to be safe, if you log out. if you would simply log in as another user but 
keep your data accessable you would simply switch user, instead of loggin out.
  Many users only suspend their laptop while carrying it with them. Logging out 
and suspending the user expects to have at least the home directory encrypted.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gdm3 3.26.1-3ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov 26 16:18:39 2017
  EcryptfsInUse: Yes
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-session/+bug/1734541/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1734541] Re: encrypted home-directory is not unmounted on logout

2020-07-10 Thread Kai Kasurinen
** Project changed: gnome-session-shutdown => gnome-session

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1734541

Title:
  encrypted home-directory is not unmounted on logout

Status in gnome-session:
  New
Status in ecryptfs-utils package in Ubuntu:
  Confirmed
Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-session package in Ubuntu:
  Confirmed
Status in ecryptfs-utils package in Debian:
  New

Bug description:
  Current Situation:

  If you log out from an user account with an encrypted home directory,
  it is not automatically unmounted and encrypted again.

  Expected behaviour:

  If I log out from an user account with an encrypted home directory, Id expect 
the homedir to be unmounted and encrypted again.
  Stepts to reproduce:

  log into an account with encrypted home directory. (lets call it: user)
  Log out again
  log into another account (which has sudo rights, lets call it: user2)

  and now enter the following into a terminal:

  user2@ubuntu: sudo su
  user2@ubuntu: ls -la /home/user

  you can see the files of the user

  Reasons:
  This is a security issue, because as a user you can reasonable expect your 
data to be safe, if you log out. if you would simply log in as another user but 
keep your data accessable you would simply switch user, instead of loggin out.
  Many users only suspend their laptop while carrying it with them. Logging out 
and suspending the user expects to have at least the home directory encrypted.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gdm3 3.26.1-3ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov 26 16:18:39 2017
  EcryptfsInUse: Yes
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-session/+bug/1734541/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1734541] Re: encrypted home-directory is not unmounted on logout

2020-06-18 Thread Bug Watch Updater
** Changed in: ecryptfs-utils (Debian)
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1734541

Title:
  encrypted home-directory is not unmounted on logout

Status in GNOME Session Shutdown:
  New
Status in ecryptfs-utils package in Ubuntu:
  Confirmed
Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-session package in Ubuntu:
  Confirmed
Status in ecryptfs-utils package in Debian:
  New

Bug description:
  Current Situation:

  If you log out from an user account with an encrypted home directory,
  it is not automatically unmounted and encrypted again.

  Expected behaviour:

  If I log out from an user account with an encrypted home directory, Id expect 
the homedir to be unmounted and encrypted again.
  Stepts to reproduce:

  log into an account with encrypted home directory. (lets call it: user)
  Log out again
  log into another account (which has sudo rights, lets call it: user2)

  and now enter the following into a terminal:

  user2@ubuntu: sudo su
  user2@ubuntu: ls -la /home/user

  you can see the files of the user

  Reasons:
  This is a security issue, because as a user you can reasonable expect your 
data to be safe, if you log out. if you would simply log in as another user but 
keep your data accessable you would simply switch user, instead of loggin out.
  Many users only suspend their laptop while carrying it with them. Logging out 
and suspending the user expects to have at least the home directory encrypted.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gdm3 3.26.1-3ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov 26 16:18:39 2017
  EcryptfsInUse: Yes
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-session-shutdown/+bug/1734541/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1734541] Re: encrypted home-directory is not unmounted on logout

2020-06-18 Thread Klaus Bielke
See for workaround:

 - https://wiki.ubuntuusers.de/ecryptfs/Einrichten/#Problembehebung

 - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765854#107

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1734541

Title:
  encrypted home-directory is not unmounted on logout

Status in GNOME Session Shutdown:
  New
Status in ecryptfs-utils package in Ubuntu:
  Confirmed
Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-session package in Ubuntu:
  Confirmed
Status in ecryptfs-utils package in Debian:
  Unknown

Bug description:
  Current Situation:

  If you log out from an user account with an encrypted home directory,
  it is not automatically unmounted and encrypted again.

  Expected behaviour:

  If I log out from an user account with an encrypted home directory, Id expect 
the homedir to be unmounted and encrypted again.
  Stepts to reproduce:

  log into an account with encrypted home directory. (lets call it: user)
  Log out again
  log into another account (which has sudo rights, lets call it: user2)

  and now enter the following into a terminal:

  user2@ubuntu: sudo su
  user2@ubuntu: ls -la /home/user

  you can see the files of the user

  Reasons:
  This is a security issue, because as a user you can reasonable expect your 
data to be safe, if you log out. if you would simply log in as another user but 
keep your data accessable you would simply switch user, instead of loggin out.
  Many users only suspend their laptop while carrying it with them. Logging out 
and suspending the user expects to have at least the home directory encrypted.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gdm3 3.26.1-3ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov 26 16:18:39 2017
  EcryptfsInUse: Yes
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-session-shutdown/+bug/1734541/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1734541] Re: encrypted home-directory is not unmounted on logout

2020-06-18 Thread Klaus Bielke
** Bug watch added: Debian Bug tracker #765854
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765854

** Also affects: ecryptfs-utils (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765854
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1734541

Title:
  encrypted home-directory is not unmounted on logout

Status in GNOME Session Shutdown:
  New
Status in ecryptfs-utils package in Ubuntu:
  Confirmed
Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-session package in Ubuntu:
  Confirmed
Status in ecryptfs-utils package in Debian:
  Unknown

Bug description:
  Current Situation:

  If you log out from an user account with an encrypted home directory,
  it is not automatically unmounted and encrypted again.

  Expected behaviour:

  If I log out from an user account with an encrypted home directory, Id expect 
the homedir to be unmounted and encrypted again.
  Stepts to reproduce:

  log into an account with encrypted home directory. (lets call it: user)
  Log out again
  log into another account (which has sudo rights, lets call it: user2)

  and now enter the following into a terminal:

  user2@ubuntu: sudo su
  user2@ubuntu: ls -la /home/user

  you can see the files of the user

  Reasons:
  This is a security issue, because as a user you can reasonable expect your 
data to be safe, if you log out. if you would simply log in as another user but 
keep your data accessable you would simply switch user, instead of loggin out.
  Many users only suspend their laptop while carrying it with them. Logging out 
and suspending the user expects to have at least the home directory encrypted.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gdm3 3.26.1-3ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov 26 16:18:39 2017
  EcryptfsInUse: Yes
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-session-shutdown/+bug/1734541/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1734541] Re: encrypted home-directory is not unmounted on logout

2020-04-13 Thread dronus
Still an issue as of today 2020-04-13, for Ubuntu 18.04.

Please set this critical immediately, this is a strong security issue
for the use case of multiuser device!

Using a "guest" user to share your device with others is a quite common
use case. Everyone would expect that logging out and pass the device to
another person would benefit from a eCrypt FS user homdedir setup.

I myself usually log out and set my device to standby on a daily
routine. That has me left unprotected by a while now it seems. I usually
log out when taking the laptop to unsafe spaces like traveling,
conferences and events in public spaces etc. I had expected that logging
out would keep my data safe to some level.

As this is a regression too, many already adapted to logout-is-safe
behaviour.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1734541

Title:
  encrypted home-directory is not unmounted on logout

Status in GNOME Session Shutdown:
  New
Status in ecryptfs-utils package in Ubuntu:
  Confirmed
Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-session package in Ubuntu:
  Confirmed

Bug description:
  Current Situation:

  If you log out from an user account with an encrypted home directory,
  it is not automatically unmounted and encrypted again.

  Expected behaviour:

  If I log out from an user account with an encrypted home directory, Id expect 
the homedir to be unmounted and encrypted again.
  Stepts to reproduce:

  log into an account with encrypted home directory. (lets call it: user)
  Log out again
  log into another account (which has sudo rights, lets call it: user2)

  and now enter the following into a terminal:

  user2@ubuntu: sudo su
  user2@ubuntu: ls -la /home/user

  you can see the files of the user

  Reasons:
  This is a security issue, because as a user you can reasonable expect your 
data to be safe, if you log out. if you would simply log in as another user but 
keep your data accessable you would simply switch user, instead of loggin out.
  Many users only suspend their laptop while carrying it with them. Logging out 
and suspending the user expects to have at least the home directory encrypted.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gdm3 3.26.1-3ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov 26 16:18:39 2017
  EcryptfsInUse: Yes
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-session-shutdown/+bug/1734541/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1734541] Re: encrypted home-directory is not unmounted on logout

2020-04-13 Thread dronus
Also don't rely on the "affects me" counter above, as for non-power-
users this bug is subtle and undetectable in most cases, leaving them
unsafe without knowledge.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1734541

Title:
  encrypted home-directory is not unmounted on logout

Status in GNOME Session Shutdown:
  New
Status in ecryptfs-utils package in Ubuntu:
  Confirmed
Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-session package in Ubuntu:
  Confirmed

Bug description:
  Current Situation:

  If you log out from an user account with an encrypted home directory,
  it is not automatically unmounted and encrypted again.

  Expected behaviour:

  If I log out from an user account with an encrypted home directory, Id expect 
the homedir to be unmounted and encrypted again.
  Stepts to reproduce:

  log into an account with encrypted home directory. (lets call it: user)
  Log out again
  log into another account (which has sudo rights, lets call it: user2)

  and now enter the following into a terminal:

  user2@ubuntu: sudo su
  user2@ubuntu: ls -la /home/user

  you can see the files of the user

  Reasons:
  This is a security issue, because as a user you can reasonable expect your 
data to be safe, if you log out. if you would simply log in as another user but 
keep your data accessable you would simply switch user, instead of loggin out.
  Many users only suspend their laptop while carrying it with them. Logging out 
and suspending the user expects to have at least the home directory encrypted.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gdm3 3.26.1-3ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov 26 16:18:39 2017
  EcryptfsInUse: Yes
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-session-shutdown/+bug/1734541/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1734541] Re: encrypted home-directory is not unmounted on logout

2019-07-25 Thread Daniel van Vugt
** Tags removed: artful
** Tags added: xenial

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1734541

Title:
  encrypted home-directory is not unmounted on logout

Status in GNOME Session Shutdown:
  New
Status in ecryptfs-utils package in Ubuntu:
  Confirmed
Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-session package in Ubuntu:
  Confirmed

Bug description:
  Current Situation:

  If you log out from an user account with an encrypted home directory,
  it is not automatically unmounted and encrypted again.

  Expected behaviour:

  If I log out from an user account with an encrypted home directory, Id expect 
the homedir to be unmounted and encrypted again.
  Stepts to reproduce:

  log into an account with encrypted home directory. (lets call it: user)
  Log out again
  log into another account (which has sudo rights, lets call it: user2)

  and now enter the following into a terminal:

  user2@ubuntu: sudo su
  user2@ubuntu: ls -la /home/user

  you can see the files of the user

  Reasons:
  This is a security issue, because as a user you can reasonable expect your 
data to be safe, if you log out. if you would simply log in as another user but 
keep your data accessable you would simply switch user, instead of loggin out.
  Many users only suspend their laptop while carrying it with them. Logging out 
and suspending the user expects to have at least the home directory encrypted.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gdm3 3.26.1-3ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov 26 16:18:39 2017
  EcryptfsInUse: Yes
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-session-shutdown/+bug/1734541/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1734541] Re: encrypted home-directory is not unmounted on logout

2019-07-25 Thread pawel
** Also affects: gnome-session-shutdown
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1734541

Title:
  encrypted home-directory is not unmounted on logout

Status in GNOME Session Shutdown:
  New
Status in ecryptfs-utils package in Ubuntu:
  Confirmed
Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-session package in Ubuntu:
  Confirmed

Bug description:
  Current Situation:

  If you log out from an user account with an encrypted home directory,
  it is not automatically unmounted and encrypted again.

  Expected behaviour:

  If I log out from an user account with an encrypted home directory, Id expect 
the homedir to be unmounted and encrypted again.
  Stepts to reproduce:

  log into an account with encrypted home directory. (lets call it: user)
  Log out again
  log into another account (which has sudo rights, lets call it: user2)

  and now enter the following into a terminal:

  user2@ubuntu: sudo su
  user2@ubuntu: ls -la /home/user

  you can see the files of the user

  Reasons:
  This is a security issue, because as a user you can reasonable expect your 
data to be safe, if you log out. if you would simply log in as another user but 
keep your data accessable you would simply switch user, instead of loggin out.
  Many users only suspend their laptop while carrying it with them. Logging out 
and suspending the user expects to have at least the home directory encrypted.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gdm3 3.26.1-3ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov 26 16:18:39 2017
  EcryptfsInUse: Yes
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-session-shutdown/+bug/1734541/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1734541] Re: encrypted home-directory is not unmounted on logout

2019-02-12 Thread Jarno Suni
The bug seems to be present in 16.04.5, too.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1734541

Title:
  encrypted home-directory is not unmounted on logout

Status in ecryptfs-utils package in Ubuntu:
  Confirmed
Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-session package in Ubuntu:
  Confirmed

Bug description:
  Current Situation:

  If you log out from an user account with an encrypted home directory,
  it is not automatically unmounted and encrypted again.

  Expected behaviour:

  If I log out from an user account with an encrypted home directory, Id expect 
the homedir to be unmounted and encrypted again.
  Stepts to reproduce:

  log into an account with encrypted home directory. (lets call it: user)
  Log out again
  log into another account (which has sudo rights, lets call it: user2)

  and now enter the following into a terminal:

  user2@ubuntu: sudo su
  user2@ubuntu: ls -la /home/user

  you can see the files of the user

  Reasons:
  This is a security issue, because as a user you can reasonable expect your 
data to be safe, if you log out. if you would simply log in as another user but 
keep your data accessable you would simply switch user, instead of loggin out.
  Many users only suspend their laptop while carrying it with them. Logging out 
and suspending the user expects to have at least the home directory encrypted.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gdm3 3.26.1-3ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov 26 16:18:39 2017
  EcryptfsInUse: Yes
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1734541/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1734541] Re: encrypted home-directory is not unmounted on logout

2019-01-08 Thread Mikko Rantalainen
Still happens with Ubuntu LTS 18.04. I can provide additional info if
needed.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1734541

Title:
  encrypted home-directory is not unmounted on logout

Status in ecryptfs-utils package in Ubuntu:
  Confirmed
Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-session package in Ubuntu:
  Confirmed

Bug description:
  Current Situation:

  If you log out from an user account with an encrypted home directory,
  it is not automatically unmounted and encrypted again.

  Expected behaviour:

  If I log out from an user account with an encrypted home directory, Id expect 
the homedir to be unmounted and encrypted again.
  Stepts to reproduce:

  log into an account with encrypted home directory. (lets call it: user)
  Log out again
  log into another account (which has sudo rights, lets call it: user2)

  and now enter the following into a terminal:

  user2@ubuntu: sudo su
  user2@ubuntu: ls -la /home/user

  you can see the files of the user

  Reasons:
  This is a security issue, because as a user you can reasonable expect your 
data to be safe, if you log out. if you would simply log in as another user but 
keep your data accessable you would simply switch user, instead of loggin out.
  Many users only suspend their laptop while carrying it with them. Logging out 
and suspending the user expects to have at least the home directory encrypted.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gdm3 3.26.1-3ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov 26 16:18:39 2017
  EcryptfsInUse: Yes
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1734541/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1734541] Re: encrypted home-directory is not unmounted on logout

2018-08-20 Thread spm2011
** Tags added: bionic

** Also affects: ecryptfs-utils (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ecryptfs-utils (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1734541

Title:
  encrypted home-directory is not unmounted on logout

Status in ecryptfs-utils package in Ubuntu:
  Confirmed
Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-session package in Ubuntu:
  Confirmed

Bug description:
  Current Situation:

  If you log out from an user account with an encrypted home directory,
  it is not automatically unmounted and encrypted again.

  Expected behaviour:

  If I log out from an user account with an encrypted home directory, Id expect 
the homedir to be unmounted and encrypted again.
  Stepts to reproduce:

  log into an account with encrypted home directory. (lets call it: user)
  Log out again
  log into another account (which has sudo rights, lets call it: user2)

  and now enter the following into a terminal:

  user2@ubuntu: sudo su
  user2@ubuntu: ls -la /home/user

  you can see the files of the user

  Reasons:
  This is a security issue, because as a user you can reasonable expect your 
data to be safe, if you log out. if you would simply log in as another user but 
keep your data accessable you would simply switch user, instead of loggin out.
  Many users only suspend their laptop while carrying it with them. Logging out 
and suspending the user expects to have at least the home directory encrypted.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gdm3 3.26.1-3ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov 26 16:18:39 2017
  EcryptfsInUse: Yes
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1734541/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1734541] Re: encrypted home-directory is not unmounted on logout

2018-06-09 Thread ubuntu_neuer
Ich bin ebenfalls davon betroffen.
I confirm this issue is affecting me too.

Das ist mein System:
This are my system:

Linux Mint 19 (Beta) 64Bit - based on Ubuntu 18.04
Cinnamon 3.8.4
Ecryptfs in use (Home - directory)
kernel 4.15.0-22-generic x86_64

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1734541

Title:
  encrypted home-directory is not unmounted on logout

Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-session package in Ubuntu:
  Confirmed

Bug description:
  Current Situation:

  If you log out from an user account with an encrypted home directory,
  it is not automatically unmounted and encrypted again.

  Expected behaviour:

  If I log out from an user account with an encrypted home directory, Id expect 
the homedir to be unmounted and encrypted again.
  Stepts to reproduce:

  log into an account with encrypted home directory. (lets call it: user)
  Log out again
  log into another account (which has sudo rights, lets call it: user2)

  and now enter the following into a terminal:

  user2@ubuntu: sudo su
  user2@ubuntu: ls -la /home/user

  you can see the files of the user

  Reasons:
  This is a security issue, because as a user you can reasonable expect your 
data to be safe, if you log out. if you would simply log in as another user but 
keep your data accessable you would simply switch user, instead of loggin out.
  Many users only suspend their laptop while carrying it with them. Logging out 
and suspending the user expects to have at least the home directory encrypted.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gdm3 3.26.1-3ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov 26 16:18:39 2017
  EcryptfsInUse: Yes
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1734541] Re: encrypted home-directory is not unmounted on logout

2018-05-25 Thread Star Man
Sorry, this are my system specs:

Ubuntu 18.04 LTS amd64
GNOME Shell desktop
Ecryptfs IN USE
kernel Linux 4.15.0-22-generic x86_64

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1734541

Title:
  encrypted home-directory is not unmounted on logout

Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-session package in Ubuntu:
  Confirmed

Bug description:
  Current Situation:

  If you log out from an user account with an encrypted home directory,
  it is not automatically unmounted and encrypted again.

  Expected behaviour:

  If I log out from an user account with an encrypted home directory, Id expect 
the homedir to be unmounted and encrypted again.
  Stepts to reproduce:

  log into an account with encrypted home directory. (lets call it: user)
  Log out again
  log into another account (which has sudo rights, lets call it: user2)

  and now enter the following into a terminal:

  user2@ubuntu: sudo su
  user2@ubuntu: ls -la /home/user

  you can see the files of the user

  Reasons:
  This is a security issue, because as a user you can reasonable expect your 
data to be safe, if you log out. if you would simply log in as another user but 
keep your data accessable you would simply switch user, instead of loggin out.
  Many users only suspend their laptop while carrying it with them. Logging out 
and suspending the user expects to have at least the home directory encrypted.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gdm3 3.26.1-3ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov 26 16:18:39 2017
  EcryptfsInUse: Yes
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1734541] Re: encrypted home-directory is not unmounted on logout

2018-05-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gdm3 (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1734541

Title:
  encrypted home-directory is not unmounted on logout

Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-session package in Ubuntu:
  Confirmed

Bug description:
  Current Situation:

  If you log out from an user account with an encrypted home directory,
  it is not automatically unmounted and encrypted again.

  Expected behaviour:

  If I log out from an user account with an encrypted home directory, Id expect 
the homedir to be unmounted and encrypted again.
  Stepts to reproduce:

  log into an account with encrypted home directory. (lets call it: user)
  Log out again
  log into another account (which has sudo rights, lets call it: user2)

  and now enter the following into a terminal:

  user2@ubuntu: sudo su
  user2@ubuntu: ls -la /home/user

  you can see the files of the user

  Reasons:
  This is a security issue, because as a user you can reasonable expect your 
data to be safe, if you log out. if you would simply log in as another user but 
keep your data accessable you would simply switch user, instead of loggin out.
  Many users only suspend their laptop while carrying it with them. Logging out 
and suspending the user expects to have at least the home directory encrypted.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gdm3 3.26.1-3ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov 26 16:18:39 2017
  EcryptfsInUse: Yes
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1734541] Re: encrypted home-directory is not unmounted on logout

2018-05-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-session (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1734541

Title:
  encrypted home-directory is not unmounted on logout

Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-session package in Ubuntu:
  Confirmed

Bug description:
  Current Situation:

  If you log out from an user account with an encrypted home directory,
  it is not automatically unmounted and encrypted again.

  Expected behaviour:

  If I log out from an user account with an encrypted home directory, Id expect 
the homedir to be unmounted and encrypted again.
  Stepts to reproduce:

  log into an account with encrypted home directory. (lets call it: user)
  Log out again
  log into another account (which has sudo rights, lets call it: user2)

  and now enter the following into a terminal:

  user2@ubuntu: sudo su
  user2@ubuntu: ls -la /home/user

  you can see the files of the user

  Reasons:
  This is a security issue, because as a user you can reasonable expect your 
data to be safe, if you log out. if you would simply log in as another user but 
keep your data accessable you would simply switch user, instead of loggin out.
  Many users only suspend their laptop while carrying it with them. Logging out 
and suspending the user expects to have at least the home directory encrypted.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gdm3 3.26.1-3ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov 26 16:18:39 2017
  EcryptfsInUse: Yes
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1734541] Re: encrypted home-directory is not unmounted on logout

2018-05-25 Thread Star Man
I confirm this issue is affecting me too.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1734541

Title:
  encrypted home-directory is not unmounted on logout

Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-session package in Ubuntu:
  Confirmed

Bug description:
  Current Situation:

  If you log out from an user account with an encrypted home directory,
  it is not automatically unmounted and encrypted again.

  Expected behaviour:

  If I log out from an user account with an encrypted home directory, Id expect 
the homedir to be unmounted and encrypted again.
  Stepts to reproduce:

  log into an account with encrypted home directory. (lets call it: user)
  Log out again
  log into another account (which has sudo rights, lets call it: user2)

  and now enter the following into a terminal:

  user2@ubuntu: sudo su
  user2@ubuntu: ls -la /home/user

  you can see the files of the user

  Reasons:
  This is a security issue, because as a user you can reasonable expect your 
data to be safe, if you log out. if you would simply log in as another user but 
keep your data accessable you would simply switch user, instead of loggin out.
  Many users only suspend their laptop while carrying it with them. Logging out 
and suspending the user expects to have at least the home directory encrypted.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gdm3 3.26.1-3ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov 26 16:18:39 2017
  EcryptfsInUse: Yes
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1734541] Re: encrypted home-directory is not unmounted on logout

2017-12-21 Thread Daniel van Vugt
** Information type changed from Public to Public Security

** Also affects: gnome-session (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gdm3 (Ubuntu)
   Importance: Undecided => Medium

** Changed in: gnome-session (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1734541

Title:
  encrypted home-directory is not unmounted on logout

Status in gdm3 package in Ubuntu:
  New
Status in gnome-session package in Ubuntu:
  New

Bug description:
  Current Situation:

  If you log out from an user account with an encrypted home directory,
  it is not automatically unmounted and encrypted again.

  Expected behaviour:

  If I log out from an user account with an encrypted home directory, Id expect 
the homedir to be unmounted and encrypted again.
  Stepts to reproduce:

  log into an account with encrypted home directory. (lets call it: user)
  Log out again
  log into another account (which has sudo rights, lets call it: user2)

  and now enter the following into a terminal:

  user2@ubuntu: sudo su
  user2@ubuntu: ls -la /home/user

  you can see the files of the user

  Reasons:
  This is a security issue, because as a user you can reasonable expect your 
data to be safe, if you log out. if you would simply log in as another user but 
keep your data accessable you would simply switch user, instead of loggin out.
  Many users only suspend their laptop while carrying it with them. Logging out 
and suspending the user expects to have at least the home directory encrypted.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gdm3 3.26.1-3ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov 26 16:18:39 2017
  EcryptfsInUse: Yes
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp