Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10441 - screen - fixed permissions
Summary: screen - fixed permissions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Michael M Nazaroff (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-08 14:52 UTC by Maurizio Disimino
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
screen 3.9.13 ebuild (screen-3.9.13.ebuild,1.21 KB, text/plain)
2002-11-15 03:17 UTC, Maurizio Disimino
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maurizio Disimino 2002-11-08 14:52:28 UTC
by default the screen program should have the following permissions:
-rwxr-sr-x    1 root     utmp       298104 Oct  3 23:52 /usr/bin/screen
in order to get who, last and other progs working properly.

-- Maurizio
Comment 1 Maurizio Disimino 2002-11-15 03:14:37 UTC
hiya Michael

screen 3.9.13 has been out for a bit.
http://groups.yahoo.com/group/gnu-screen/message/1309

Here it is attached a new ebuild which I'm still working on. 
The screen binary already has group "utmp" and 2755 perms. 
Also Adam Lazur, from the debian project, adopted this solution.
( Moreover he's working on a patch to enable multiuser support without having 
to set screen suid root. )

Furthermore, I set a more sane value (in my opinion) for the global screenrc 
file (now /etc/screenrc instead of /etc/screen/screenrc) and for the socket dir 
directory (now /var/run/screen instead of using /tmp ).
Added optional --enable-pam and --enable-rxvt_osc.
I'm not absolutely sure about the addpredict/addwrite stuff.

-- Maurizio aka j2ee
Comment 2 Maurizio Disimino 2002-11-15 03:17:11 UTC
Created attachment 5679 [details]
screen 3.9.13 ebuild
Comment 3 Maurizio Disimino 2002-12-17 05:35:44 UTC
all done, already in portage.
thanks