Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 908349

Summary: net-irc/ngircd-26.1-r5: config file permissions can be improved
Product: Gentoo Linux Reporter: Rolf Eike Beer <eike>
Component: Current packagesAssignee: Sam James <sam>
Status: CONFIRMED ---    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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