Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 908349 - net-irc/ngircd-26.1-r5: config file permissions can be improved
Summary: net-irc/ngircd-26.1-r5: config file permissions can be improved
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Sam James
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-11 09:55 UTC by Rolf Eike Beer
Modified: 2023-06-11 16:39 UTC (History)
0 users

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 Rolf Eike Beer archtester 2023-06-11 09:55:16 UTC
/etc/ngircd is 755 root:root
/etc/ngircd/ngircd.conf is 600 ngircd:ngircd

Since the daemon never needs to write the config file I suggest changing it to:
/etc/ngircd/ngircd.conf 640 root:ngircd

If the proper directory permissions are 750 root:ngircd depends on the own paranioa.

Reproducible: Always