diff options
author | marcus <marcus@FreeBSD.org> | 2005-06-28 01:24:41 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-06-28 01:24:41 +0800 |
commit | a0f99a4aa176cb71fe7dfc5bdd99c283b361ac0f (patch) | |
tree | 5e3b936069ac2443466a66337cad12d067f0b0bb /x11/gdm/Makefile | |
parent | 09e8fa4abd64c5ac3cccf463638992ab9666f530 (diff) | |
download | freebsd-ports-gnome-a0f99a4aa176cb71fe7dfc5bdd99c283b361ac0f.tar.gz freebsd-ports-gnome-a0f99a4aa176cb71fe7dfc5bdd99c283b361ac0f.tar.zst freebsd-ports-gnome-a0f99a4aa176cb71fe7dfc5bdd99c283b361ac0f.zip |
Correct a severe security issue if a user without a home directory logs in
via GDM. In such a case, the user would have had root:gdm privileges.
This is now fixed by correctly changing back to the user's uid:gid.
Submitted by: Pawel Worach <pawel.worach@gmail.com>
Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=308050
Security: This fixes a potential privilege escalation problem
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r-- | x11/gdm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index ab7defa23f1c..d06566ab9143 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -7,7 +7,7 @@ PORTNAME= gdm PORTVERSION= 2.8.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.8 |