Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914029 - app-misc/screen-4.9.0-r3 has incorrect settings in tmpfile
Summary: app-misc/screen-4.9.0-r3 has incorrect settings in tmpfile
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-11 23:27 UTC by Mushy Ahmed
Modified: 2023-09-17 17:11 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mushy Ahmed 2023-09-11 23:27:23 UTC
I try to run screen and it says:

> screen
Directory '/tmp/screen' must have mode 777.

and what is the mode:

> ls -ld /tmp/screen
drwxrwxr-x 2 root utmp 40 Sep 11 10:28 /tmp/screen/

and why? 

> cat /usr/lib/tmpfiles.d/screen.conf 
d /tmp/screen 0775 root utmp

suggest changing the mode to 1777 in the tmpfiles conf file.