Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53850 - improper .fetchmailrc permission
Summary: improper .fetchmailrc permission
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Tobias Scherbaum (RETIRED)
URL: http://www.gentoo.org/doc/en/guide-to...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-13 21:13 UTC by James Clark
Modified: 2004-06-24 05:50 UTC (History)
1 user (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 James Clark 2004-06-13 21:13:37 UTC
Code Listing 2.2 suggests that .fetchmailrc should be made executable.

# chmod 710 .fetchmailrc

I would suggest that .fetchmailrc should be made read-writable to only the user that owns the file, and not executable i.e:

# chmod 600 .fetchmailrc



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Tobias Scherbaum (RETIRED) gentoo-dev 2004-06-24 05:50:08 UTC
Fixed in CVS.